TKChartSelectionMode Constants Reference
Declared in | TKChart.h |
TKChartSelectionMode
@enum TKChartSelectionMode
Represents an enum that defines whether a single or multiple items (series or points) can be selected in chart.
Definition
typedef NS_ENUM(NSInteger, TKChartSelectionMode ) {
TKChartSelectionModeNone,
TKChartSelectionModeSingle,
TKChartSelectionModeMultiple,
};
Constants
Declared In
TKChart.h