corelibraries-devexpress-dot-xtracharts-dot-radaraxisxlabel.md
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
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RadarAxisXLabelTextDirection TextDirection { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property TextDirection As RadarAxisXLabelTextDirection
| 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.
|
This property specifies the direction of text and its position relative to the radial grid lines.
See Also