Back to Devexpress

RadarAxisXLabelModel.TextDirection Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-radaraxisxlabelmodel.md

latest1.9 KB
Original Source

RadarAxisXLabelModel.TextDirection Property

Gets or sets the value of the RadarAxisXLabel.TextDirection within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions(2, "General")]
[DesignerDisplayName("LabelDirection")]
public RadarAxisXLabelTextDirection TextDirection { get; set; }
vb
<PropertyForOptions(2, "General")>
<DesignerDisplayName("LabelDirection")>
Public Property TextDirection As RadarAxisXLabelTextDirection

Property Value

TypeDescription
RadarAxisXLabelTextDirection

The value specifying how the label text is drawn.

|

Available values:

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.

|

See Also

RadarAxisXLabelModel Class

RadarAxisXLabelModel Members

DevExpress.XtraCharts.Designer Namespace