Inherits from TKChartSeries : NSObject
Declared in TKChartColumnSeries.h

Overview

Represents TKChart column series.

Tasks

Properties

allowClustering

Determines whether clustering is allowed when arranging non-stacked series

@property (nonatomic, assign) BOOL allowClustering

Declared In

TKChartColumnSeries.h

gapLength

The value which controls the distance between bar groups as percent. Note that the value should be between 0 and 1, where a value of 0 means that a bar would take the entire space between two ticks, while a value of 1 means the bar will have * zero width as all the space should appear as gap.

@property (nonatomic, assign) CGFloat gapLength

Declared In

TKChartColumnSeries.h

maxColumnWidth

Value for maximum possible column width in TKChartColumnSeries.

@property (nonatomic, strong) NSNumber *maxColumnWidth

Declared In

TKChartColumnSeries.h

minColumnWidth

Value for minimum column width in TKChartColumnSeries.

@property (nonatomic, strong) NSNumber *minColumnWidth

Declared In

TKChartColumnSeries.h