Inherits from TKChartVisualPoint : NSObject
Declared in TKChartRangeVisualPoint.h

Overview

Represents a visual point rendered by TKChart rage bar/column series.

Properties

high

The high coordinate of the visual point.

@property (nonatomic) CGFloat high

Declared In

TKChartRangeVisualPoint.h

low

The low coordinate of the visual point.

@property (nonatomic) CGFloat low

Declared In

TKChartRangeVisualPoint.h

Instance Methods

initWithPoint:low:high:

Creates a range visual point.

- (instancetype)initWithPoint:(CGPoint)point low:(CGFloat)low high:(CGFloat)high

Parameters

point

The center coordinates of the visual point.

low

The low coordinate of the visual point.

high

The high coordinate of the visual point.

Declared In

TKChartRangeVisualPoint.h