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

SankeyViewOptions Class

Contains a Sankey diagram’s appearance settings.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class SankeyViewOptions :
    ISankeyViewOptionsProvider,
    ISankeyLayoutOptionsProvider,
    IXtraSupportShouldSerialize

The following members return SankeyViewOptions objects:

Remarks

The following code customizes a diagram’s view options:

sankeyDiagramControl1.ViewOptions.LinkTransparency = 100; 
sankeyDiagramControl1.ViewOptions.NodeWidth = 30;
sankeyDiagramControl1.ViewOptions.VerticalNodeIndent = 50;

Inheritance

Object
SankeyViewOptions
See Also