Back to Devexpress

SeriesLabelBaseModel.TextOrientation Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-serieslabelbasemodel-209d67ee.md

latest2.1 KB
Original Source

SeriesLabelBaseModel.TextOrientation Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions("Text Options", 0)]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public TextOrientation TextOrientation { get; set; }
vb
<PropertyForOptions("Text Options", 0)>
<DependentUpon("LabelsVisibility")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property TextOrientation As TextOrientation

Property Value

TypeDescription
TextOrientation

The text direction of series labels.

|

Available values:

NameDescription
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

SeriesLabelBaseModel Class

SeriesLabelBaseModel Members

DevExpress.XtraCharts.Designer Namespace