Skip to main content
A newer version of this page is available. .

WebChartControl.BackColor Property

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

Namespace: DevExpress.XtraCharts.Web

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

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