Back to Devexpress

AxisLabel.BackColor Property

corelibraries-devexpress-dot-xtracharts-dot-axislabel-a89003b0.md

latest1.2 KB
Original Source

AxisLabel.BackColor Property

Gets or sets the background color for an axis label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color BackColor { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property BackColor As Color

Property Value

TypeDescription
Color

A Color value specifying the background color.

|

See Also

AxisLabel Class

AxisLabel Members

DevExpress.XtraCharts Namespace