TKChartSeriesSortMode Constants Reference
Declared in | TKChartSeries.h |
TKChartSeriesSortMode
@enum TKChartSeriesSortMode
Representes an enum that defines the sort options for the points.
Definition
typedef NS_ENUM(NSInteger, TKChartSeriesSortMode ) {
TKChartSeriesSortModeNone,
TKChartSeriesSortModeXAxis,
TKChartSeriesSortModeYAxis,
};
Constants
TKChartSeriesSortModeNone
-
Series points are presented as they appear in the items collection.
Declared In
TKChartSeries.h
. TKChartSeriesSortModeXAxis
-
Sorts series items by using the dataXValue property and the corresponding axis.
Declared In
TKChartSeries.h
. TKChartSeriesSortModeYAxis
-
Sorts series items by using the dataYValue property and the corresponding axis.
Declared In
TKChartSeries.h
.
Declared In
TKChartSeries.h