Skip to main content
A newer version of this page is available. .
All docs
V21.1

SankeyTextElement(IUpdateListener, SankeyUpdateType) Constructor

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

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v21.1.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