SankeyViewOptions Class
Contains a Sankey diagram’s appearance settings.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public class SankeyViewOptions :
ISankeyViewOptionsProvider,
ISankeyViewOptionsProvider,
IXtraSupportShouldSerialize
Related API Members
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