This property is deprecated. Text color of legend.
Read-write property
[Visual Basic .NET] |
---|
Public Property Text() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color Text {get; set;} |
[Managed C++] |
---|
public: __property uint get_Text(); |
[Unmanaged C++] |
---|
public: HRESULT get_Text( uint * pVal ); public: HRESULT put_Text( uint Text ); |
[Java] |
---|
public long getText(); public void setText( long ); |