Back to Devexpress

SankeyNodeAlignment Enum

corelibraries-devexpress-dot-xtracharts-dot-sankey-51dbe1c0.md

latest1.7 KB
Original Source

SankeyNodeAlignment Enum

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

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum SankeyNodeAlignment
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
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.XtraCharts.Sankey Namespace