Back to Devexpress

RadarAxisXLabel.TextDirection Property

corelibraries-devexpress-dot-xtracharts-dot-radaraxisxlabel.md

latest1.9 KB
Original Source

RadarAxisXLabel.TextDirection Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RadarAxisXLabelTextDirection TextDirection { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property TextDirection As RadarAxisXLabelTextDirection

Property Value

TypeDescription
RadarAxisXLabelTextDirection

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

|

Available values:

NameDescription
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

RadarAxisXLabel Class

RadarAxisXLabel Members

DevExpress.XtraCharts Namespace