XlsChartInterior
BackgroundColorObject Property
|
Background color (RGB).
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OColor BackgroundColorObject { get; }
Public ReadOnly Property BackgroundColorObject As OColor
Get
public:
property OColor^ BackgroundColorObject {
OColor^ get ();
}
member BackgroundColorObject : OColor with get
Property Value
Type:
OColor
See Also