Description
Set the color of the legend text.
Property type
Read-write property
Syntax
| [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(); public: __property void set_TextColor( uint ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TextColor( uint ** ppRetVal ); public: HRESULT put_TextColor( uint * pNewTextColor );
|
| [Java] |
|---|
public long getTextColor();public void setTextColor( long );
|
See Also