Skip to main content

RadarAxisX.Label Property

Gets the settings of axis labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RadarAxisXLabel Label { get; }

Property Value

Type Description
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