NChartSankeySorting Constants Reference
| Declared in | NChartTypes.h |
|---|
NChartSankeySorting
The NChartSankeySorting provides sorting options for sankey nodes.
Definition
typedef NS_ENUM(NSUInteger, NChartSankeySorting ) {
NChartSankeySortingNone,
NChartSankeySortingSignedWeight,
NChartSankeySortingAbsoluteWeight,
NChartSankeySortingTopologic,
};
Constants
NChartSankeySortingNone-
No sorting: retain the order in which the series were created.
Declared In
NChartTypes.h. NChartSankeySortingSignedWeight-
Sort nodes in each column by the signed value of weight.
Declared In
NChartTypes.h. NChartSankeySortingAbsoluteWeight-
Sort nodes in each column by the absolute value of weight.
Declared In
NChartTypes.h. NChartSankeySortingTopologic-
Sort nodes in a way to minimize edges intersection.
Declared In
NChartTypes.h.
Declared In
NChartTypes.h