RadarAxisXLabelItem Class
Represents an individual axis label item of the X-axis in the Radar Series Views.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The RadarAxisXLabelItem class contains settings that define the functionality of an individual axis label item for the X-axis of radar series view types.
Axis label items are obtained in the special ChartControl.CustomDrawAxisLabel (or WebChartControl.CustomDrawAxisLabel) event handler. In this event, you can use the CustomDrawAxisLabelEventArgs.Item property to obtain an axis label item’s axis value (or internal value, if it’s needed), its font and appearance settings, and access the properties of the associated axis itself.
For more information on axis label items, refer to Axis Labels.