Back to Devexpress

RadarAxisYLabel Class

corelibraries-devexpress-dot-xtracharts-b9c0f081.md

latest2.6 KB
Original Source

RadarAxisYLabel Class

Defines the label settings for the radial axis in the Radar Series Views.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class RadarAxisYLabel :
    AxisLabel
vb
Public Class RadarAxisYLabel
    Inherits AxisLabel

The following members return RadarAxisYLabel objects:

Remarks

The RadarAxisYLabel class declares properties that define the appearance settings of the labels which are displayed by a radial axis in Radar Series Views. An object of the RadarAxisYLabel type can be accessed via the RadarAxisX.Label property of an axis.

The visual appearance of RadarAxisYLabel is illustrated in the following image.

Properties exposed via the RadarAxisYLabel class allow you to customize common label attributes, such as:

Inheritance

Object ChartElement TitleBase AxisLabel RadarAxisYLabel

See Also

RadarAxisYLabel Members

DevExpress.XtraCharts Namespace