A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RadarAxisXLabelTextDirection
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
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.
See Also
Feedback