Back to Devexpress

FunnelSeriesLabel.TextOrientation Property

corelibraries-devexpress-dot-xtracharts-dot-funnelserieslabel-0ab948af.md

latest1.8 KB
Original Source

FunnelSeriesLabel.TextOrientation Property

Overrides the SeriesLabelBase.TextOrientation property, to hide it.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public override TextOrientation TextOrientation { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property TextOrientation As TextOrientation

Property Value

TypeDescription
TextOrientation

Always Horizontal.

|

Available values:

NameDescription
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

FunnelSeriesLabel Class

FunnelSeriesLabel Members

DevExpress.XtraCharts Namespace