Skip to main content
All docs
V25.1
  • SankeySelectedItemsChangingEventArgs.NewNodes Property

    Returns newly selected Sankey nodes.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public IList<SankeyNode> NewNodes { get; }

    Property Value

    Type Description
    IList<SankeyNode>

    Contains newly selected Sankey nodes.

    See Also