A newer version of this page is available.
Switch to the current version.
PieSeriesLabel.TextOrientation Property
Overrides the SeriesLabelBase.TextOrientation property, to hide it.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override TextOrientation TextOrientation { get; }
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Overrides ReadOnly Property TextOrientation As TextOrientation
Property Value
Type | Description |
---|---|
TextOrientation | Always Horizontal. |
See Also
Feedback