Click or drag to resize

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; }

Return Value

Type: OColor
An OColor object representing the background color of the chart interior.
See Also