Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyTextElement(IUpdateListener, SankeyUpdateType) Constructor

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

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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