Declared in TKChartPointLabelStyle.h

TKChartPointLabelClipMode

@enum TKChartPointLabelClipMode

Represents an enum that defines if point labels should be clipped when out of bounds.

Definition

typedef NS_ENUM(NSUInteger, TKChartPointLabelClipMode ) {
   TKChartPointLabelClipModeHidden,
   TKChartPointLabelClipModeVisible,
};

Constants

TKChartPointLabelClipModeHidden
 Point labels will be clipped when outside of the plot area bounds

Declared In TKChartPointLabelStyle.h.

TKChartPointLabelClipModeVisible
 Plot labels will stay visible even if outside of the plot area

Declared In TKChartPointLabelStyle.h.

Declared In

TKChartPointLabelStyle.h