Skip to main content
A newer version of this page is available. .

SeriesLabelBaseModel.TextOrientation Property

Gets or sets the value of the SeriesLabelBase.TextOrientation within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions("Text Options", 0)]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public TextOrientation TextOrientation { get; set; }

Property Value

Type Description
TextOrientation

The text direction of series labels.

Available values:

Name Description
Horizontal

The series labels are not rotated.

TextLabelOrientation_Horizontal

TopToBottom

The series labels are rotated vertically, clockwise.

TextLabelOrientation_TopToBottom

BottomToTop

The series labels are rotated vertically, counterclockwise.

TextLabelOrientation_BottomToTop

See Also