Skip to main content

RadarAxisXLabel.TextDirection Property

Gets or sets the value, representing the direction of the circular axis label’s text.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RadarAxisXLabelTextDirection TextDirection { get; set; }

Property Value

Type Description
RadarAxisXLabelTextDirection

A RadarAxisXLabelTextDirection enumeration member, specifying how the label’s text is drawn.

Available values:

Name Description
LeftToRight

Label text is arranged from left to right.

TopToBottom

Label text is arranged from top to bottom.

BottomToTop

Label text is arranged from bottom to top.

Radial

Label text is arranged along radial grid lines.

Tangent

Label text is arranged tangentially to radial grid lines.

Remarks

This property specifies the direction of text and its position relative to the radial grid lines.

See Also