Declared in TKChartSeriesStyle.h

TKChartSeriesStyleShapeMode

Defines how to present shapes in series points.

Definition

typedef NS_ENUM(NSInteger, TKChartSeriesStyleShapeMode ) {
   TKChartSeriesStyleShapeModeShowOnMiddlePointsOnly,
   TKChartSeriesStyleShapeModeAlwaysShow,
};

Constants

TKChartSeriesStyleShapeModeShowOnMiddlePointsOnly
 Does not show shapes on the first and the last point of the area and line series (default).

Declared In TKChartSeriesStyle.h.

TKChartSeriesStyleShapeModeAlwaysShow
 Shows all shapes.

Declared In TKChartSeriesStyle.h.

Declared In

TKChartSeriesStyle.h