Back to Devexpress

RadarAxisXLabelTextDirection Enum

corelibraries-devexpress-dot-xtracharts-70de162d.md

latest2.3 KB
Original Source

RadarAxisXLabelTextDirection Enum

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

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RadarAxisXLabelTextDirection
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum RadarAxisXLabelTextDirection

Members

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.

|

The following properties accept/return RadarAxisXLabelTextDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryRadarAxisXLabel.TextDirection
WinForms ControlsRadarAxisXLabelModel.TextDirection

Remarks

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

Radar Series Views

Polar Series Views

DevExpress.XtraCharts Namespace