IChartDataTable
BackgroundMode Property
|
Gets or sets the background mode of the chart, which determines how the background is rendered.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ChartBackgroundMode BackgroundMode { get; set; }
Property BackgroundMode As ChartBackgroundMode
Get
Set
property ChartBackgroundMode BackgroundMode {
ChartBackgroundMode get ();
void set (ChartBackgroundMode value);
}
abstract BackgroundMode : ChartBackgroundMode with get, set
Property Value
Type:
ChartBackgroundMode
See Also