Skip to main content
A newer version of this page is available. .

FunnelSeriesLabelModel.TextOrientation Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[Browsable(false)]
public TextOrientation TextOrientation { get; set; }

Property Value

Type
TextOrientation

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