Back to Devexpress

CustomAxisLabel.BackColor Property

corelibraries-devexpress-dot-xtracharts-dot-customaxislabel-d04e9f10.md

latest1.2 KB
Original Source

CustomAxisLabel.BackColor Property

Gets or sets the background color for an axis custom 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

CustomAxisLabel Class

CustomAxisLabel Members

DevExpress.XtraCharts Namespace