Skip to main content
All docs
V25.1
  • CustomizeSankeyNodeEventArgs.Label Property

    Returns a node label to be customized.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public SankeyNodeLabelItem Label { get; }

    Property Value

    Type Description
    SankeyNodeLabelItem

    Contains node label options.

    See Also