Back to Devexpress

RadarAxisX.Label Property

corelibraries-devexpress-dot-xtracharts-dot-radaraxisx.md

latest1.5 KB
Original Source

RadarAxisX.Label Property

Gets the settings of axis labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public RadarAxisXLabel Label { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Label As RadarAxisXLabel

Property Value

TypeDescription
RadarAxisXLabel

A RadarAxisXLabel object which provides axis label settings.

|

Remarks

The Label property provides access to the settings that specify the appearance, contents, position and visibility of axis labels.

See Also

RadarAxisX Class

RadarAxisX Members

DevExpress.XtraCharts Namespace