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

RadarAxisYLabelItem Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public class RadarAxisYLabelItem :
    AxisLabelItemBase,
    IAxisLabelLayout

Remarks

The RadarAxisYLabelItem class contains settings that define the functionality of an individual axis label item for the Y-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
RadarAxisYLabelItem
See Also