Back to Devexpress

SankeyNodeAlignment Enum

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-95c579ac.md

latest1.6 KB
Original Source

SankeyNodeAlignment Enum

Lists values that specify node alignment within the Sankey diagram control.

Namespace : DevExpress.Xpf.Charts.Sankey

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum SankeyNodeAlignment
vb
Public Enum SankeyNodeAlignment

Members

NameDescriptionExample
Far

Nodes are aligned to the top of the SankeyDiagramControl.

|

| | Center |

Nodes are centered on the Sankey diagram control.

|

| | Near |

Nodes are aligned to the bottom of the Sankey diagram control.

|

|

The following properties accept/return SankeyNodeAlignment values:

See Also

DevExpress.Xpf.Charts.Sankey Namespace