Back to Devexpress

CustomAxisLabel.TextColor Property

corelibraries-devexpress-dot-xtracharts-dot-customaxislabel-15f12fe1.md

latest1.3 KB
Original Source

CustomAxisLabel.TextColor Property

Gets or sets the text color used by the custom axis label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Color

A Color value.

|

See Also

CustomAxisLabel Class

CustomAxisLabel Members

DevExpress.XtraCharts Namespace