Skip to main content

RadarAxisXLabelModel.TextDirection Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions(2, "General")]
[DesignerDisplayName("LabelDirection")]
public RadarAxisXLabelTextDirection TextDirection { get; set; }

Property Value

Type Description
RadarAxisXLabelTextDirection

The value specifying how the label text is drawn.

Available values:

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.

See Also