Back to Devexpress

SankeyDiagramControl.ViewOptions Property

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeydiagramcontrol-2cf7db67.md

latest2.3 KB
Original Source

SankeyDiagramControl.ViewOptions Property

Returns view options of the Sankey diagram.

Namespace : DevExpress.Xpf.Charts.Sankey

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SankeyViewOptions ViewOptions { get; set; }
vb
Public Property ViewOptions As SankeyViewOptions

Property Value

TypeDescription
SankeyViewOptions

Contains view options of the Sankey diagram.

|

Remarks

The following example customizes view options of the Sankey diagram:

xaml
<dxsa:SankeyDiagramControl.ViewOptions>
    <dxsa:SankeyViewOptions LinkTransparency="0.5"
                            NodeWidth="15"
                            VerticalNodeIndent="5"/>
</dxsa:SankeyDiagramControl.ViewOptions>

Related API members:

MemberDescription
LinkTransparencyGets or sets the Sankey link‘s transparency.
NodeWidthGets or sets the Sankey node‘s width.
VerticalNodeIndentSpecifies the vertical indent between Sankey nodes.

See Also

SankeyDiagramControl Class

SankeyDiagramControl Members

DevExpress.Xpf.Charts.Sankey Namespace