Skip to main content
A newer version of this page is available. .

SankeyBuilder Class

A Sankey control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class SankeyBuilder :
    WidgetBuilder

The following members return SankeyBuilder objects:

Show 72 links

Remarks

Call the Sankey helper method to create a new Sankey control. The method creates a SankeyBuilder class instance whose members allow you to specify control options.

@(Html.DevExtreme().Sankey() // create a Sankey
    // call methods to specify control options
)

Inheritance

See Also