Declared in TKChartSeries.h

TKChartSeriesSelection

@enum TKChartSeriesSelection

Represents an enum that defines the selection mode of the series.

Definition

typedef NS_ENUM(NSInteger, TKChartSeriesSelection ) {
   TKChartSeriesSelectionNotSet,
   TKChartSeriesSelectionNone,
   TKChartSeriesSelectionSeries,
   TKChartSeriesSelectionDataPoint,
   TKChartSeriesSelectionDataPointMultiple,
};

Constants

TKChartSeriesSelectionNotSet
 Selection not set. The selection settings from the chart will be used instead.

Declared In TKChartSeries.h.

TKChartSeriesSelectionNone
 No selection.

Declared In TKChartSeries.h.

TKChartSeriesSelectionSeries
 Selects a whole series.

Declared In TKChartSeries.h.

TKChartSeriesSelectionDataPoint
 Selects a data point.

Declared In TKChartSeries.h.

TKChartSeriesSelectionDataPointMultiple
 Selects multiple data points.

Declared In TKChartSeries.h.

Declared In

TKChartSeries.h