com.nchart3d.NChart.NChartSankeySorting Enum Reference

The NChartSankeySorting enum provides sorting options for sankey nodes. More...

Public Attributes

 None
 No sorting: retain the order in which the series were created.
 
 SignedWeight
 Sort nodes in each column by the signed value of weight.
 
 AbsoluteWeight
 Sort nodes in each column by the absolute value of weight.
 
 Topologic
 Sort nodes in a way to minimize edges intersection.
 

Detailed Description

The NChartSankeySorting enum provides sorting options for sankey nodes.