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

SankeyViewOptions Class

Contains a Sankey diagram’s appearance settings.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v21.1.dll

NuGet Package: DevExpress.Charts

Declaration

public class SankeyViewOptions :
    ISankeyViewOptionsProvider,
    ISankeyViewOptionsProvider,
    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