Back to Devexpress

RadarAxisYLabelItem Class

corelibraries-devexpress-dot-xtracharts-12a59300.md

latest2.3 KB
Original Source

RadarAxisYLabelItem Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class RadarAxisYLabelItem :
    AxisLabelItemBase,
    IAxisLabelLayout
vb
Public Class RadarAxisYLabelItem
    Inherits AxisLabelItemBase
    Implements 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.

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

RadarAxisYLabelItem Members

Axis Labels

DevExpress.XtraCharts Namespace