XlsChartDropBar
BackGroundColorObject Property
|
Gets the background color object of the chart interior.
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:
virtual property OColor^ BackGroundColorObject {
OColor^ get () sealed;
}
abstract BackGroundColorObject : OColor with get
override BackGroundColorObject : OColor with get
Return Value
Type:
OColor
An OColor object representing the background color of the chart interior.
See Also