Skip to main content
All docs
V25.1
  • SankeyNodeLabel.TextOrientation Property

    Gets or sets text orientation for node labels.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    #Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
    public TextOrientation TextOrientation { get; set; }

    #Property Value

    Type Description
    TextOrientation

    A value that specifies text orientation for node labels.

    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