Back to Devexpress

RadarAxisXLabel Class

corelibraries-devexpress-dot-xtracharts-ad4f321f.md

latest2.7 KB
Original Source

RadarAxisXLabel Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

The following members return RadarAxisXLabel objects:

Remarks

The RadarAxisXLabel 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 RadarAxisXLabel type can be accessed via the RadarAxisX.Label property of an axis.

The visual appearance of RadarAxisXLabel is illustrated in the following picture:

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

Inheritance

Object ChartElement TitleBase AxisLabel RadarAxisXLabel

See Also

RadarAxisXLabel Members

DevExpress.XtraCharts Namespace