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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
public enum RadarAxisXLabelTextDirection
Members
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. |
Related API Members
The following properties accept/return RadarAxisXLabelTextDirection values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | RadarAxisXLabel.TextDirection |
WinForms Controls | RadarAxisXLabelModel.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.