SeriesLabelBaseModel.TextOrientation Property
Gets or sets the value of the SeriesLabelBase.TextOrientation within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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. |
TopToBottom | The series labels are rotated vertically, clockwise. |
BottomToTop | The series labels are rotated vertically, counterclockwise. |
See Also