Back to Devexpress

ChartControlSettings.BackColor Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-0b01bda0.md

latest1.7 KB
Original Source

ChartControlSettings.BackColor Property

Gets or sets the chart control’s background color.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public Color BackColor { get; set; }
vb
Public Property BackColor As Color

Property Value

TypeDescription
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

BackImage

FillStyle

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace