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

    Gets or sets node label alignment.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

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

    Property Value

    Type Description
    StringAlignment

    A value that specifies text alignment for node labels.

    See Also