PieSeriesLabel.TextOrientation Property
Overrides the SeriesLabelBase.TextOrientation property, to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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. |
TopToBottom | The series labels are rotated vertically, clockwise. |
BottomToTop | The series labels are rotated vertically, counterclockwise. |
See Also