stackID
@property (nonatomic, strong) id __nonnull stackID
Declared In
TKChartStackInfo.h
stackMode
@property (nonatomic, assign) TKChartStackMode stackMode
Discussion
The stack modes are defined as follows:
typedef enum {
TKChartStackModeStack, // Stack series.
TKChartStackModeStack100 // Stack series up to 100%.
} TKChartStackMode;
Declared In
TKChartStackInfo.h