Declared in TKChart.h

TKChartZoomMode

@enum TKChartZoomMode

Represents an enum that defines whether the zoom should be symmetric to the middle point of the pinch or not.

Definition

typedef NS_ENUM(NSInteger, TKChartZoomMode ) {
   TKChartZoomModeSymmetric,
   TKChartZoomModeSingleSide,
};

Constants

TKChartZoomModeSymmetric
 The zoom is symmetric to the middle point of the pinch.

Declared In TKChart.h.

TKChartZoomModeSingleSide
 The zoom is single sided.

Declared In TKChart.h.

Declared In

TKChart.h