corelibraries-devexpress-dot-xtracharts-70de162d.md
Lists the values used to specify the text direction of axis X labels for the Radar chart types.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RadarAxisXLabelTextDirection
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum RadarAxisXLabelTextDirection
| 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.
|
The following properties accept/return RadarAxisXLabelTextDirection values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | RadarAxisXLabel.TextDirection |
| WinForms Controls | RadarAxisXLabelModel.TextDirection |
The values listed by the RadarAxisXLabelTextDirection enumeration are used to set the RadarAxisXLabel.TextDirection property of a label object, returned via the RadarAxisX.Label property.
See Also