Skip to main content

PieSeriesLabel.TextOrientation Property

Overrides the SeriesLabelBase.TextOrientation property, to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
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