Set the color of the legend text.
Read-write property
[Visual Basic .NET] |
---|
Public Property TextColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color TextColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_TextColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_TextColor( uint * pVal ); public: HRESULT put_TextColor( uint color ); |
[Java] |
---|
public long getTextColor(); public void setTextColor( long ); |