PieSeriesLabel.TextOrientation Property
Overrides the SeriesLabelBase.TextOrientation property, to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
TextOrientation | Always Horizontal. |
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