Skip to main content
A newer version of this page is available. .

RadarAxisY.Label Property

Gets the settings of axis labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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

Property Value

Type Description
RadarAxisYLabel

A RadarAxisYLabel 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