Skip to main content
All docs
V25.1
  • SankeyViewOptions Class

    Contains a Sankey diagram’s appearance settings.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.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