Set the color of the legend background.
Read-write property
[Visual Basic .NET] |
---|
Public Property BackgroundColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color BackgroundColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_BackgroundColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_BackgroundColor( uint * pVal ); public: HRESULT put_BackgroundColor( uint color ); |
[Java] |
---|
public long getBackgroundColor(); public void setBackgroundColor( long ); |