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

PieSeriesLabel.TextOrientation Property

Overrides the SeriesLabelBase.TextOrientation property, to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override TextOrientation TextOrientation { get; }

Property Value

Type Description
TextOrientation

Always Horizontal.

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