Skip to main content

WebChartControl.BackColor Property

Gets or sets the web chart control’s background color.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v24.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

#Declaration

public Color BackColor { get; set; }

#Property Value

Type Description
Color

A Color value which specifies the web chart control’s background color.

#Remarks

The BackColor property specifies the background color of the web chart control.

Note that the web chart control’s constituent elements such as a WebChartControl.Diagram or WebChartControl.Legend have their own background-related properties, which when set, override the corresponding properties of the chart control.

See Also