XlsChartFrameFormat
BackGroundColorObject Property
|
Represents background color.
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
Property Value
Type:
OColor
See Also