ChartControlSettings.BackColor Property
Gets or sets the chart control’s background color.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Color | A Color value which specifies the chart control’s background color. |
Remarks
The BackColor property specifies the background color of the chart control.
Note that the chart control’s constituent elements, such as a ChartControlSettings.Diagram or ChartControlSettings.Legend, have their own background-related properties, which when set, override the corresponding properties of the chart control.
See Also