Back to Devexpress

PieSeriesLabelModel.TextOrientation Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-pieserieslabelmodel-ee7d3bfc.md

latest1.8 KB
Original Source

PieSeriesLabelModel.TextOrientation Property

Hides the SeriesLabelBaseModel.TextOrientation property.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
public TextOrientation TextOrientation { get; set; }
vb
<Browsable(False)>
Public Property TextOrientation As TextOrientation

Property Value

Type
TextOrientation

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

PieSeriesLabelModel Class

PieSeriesLabelModel Members

DevExpress.XtraCharts.Designer Namespace