Skip to main content
All docs
V25.2
  • SankeyTextElement(IUpdateListener, SankeyUpdateType) Constructor

    Initializes a new instance of the SankeyTextElement class with specified settings.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.2.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public SankeyTextElement(
        IUpdateListener updateListener,
        SankeyUpdateType updateType
    )

    Parameters

    Name Type
    updateListener DevExpress.XtraCharts.Sankey.Native.IUpdateListener
    updateType DevExpress.XtraCharts.Sankey.Native.SankeyUpdateType
    See Also