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

RadarAxisXLabelItem Class

Represents an individual axis label item of the X-axis in the Radar Series Views.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class RadarAxisXLabelItem :
    AxisLabelItemBase,
    IAxisLabelLayout

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.

RadarAxes

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.

Inheritance

Object
AxisLabelItemBase
RadarAxisXLabelItem
See Also