Inherits from NSObject
Conforms to NSCopying
UIDynamicItem
Declared in TKChartVisualPoint.h

Overview

Represents a visual point rendered by TKChart cartesian series.

Tasks

Properties

CGPoint

Returns a geometry point.

@property (nonatomic, readonly) CGPoint

Declared In

TKChartVisualPoint.h

animator

The animator of the visual point used by UIKitDynamics animations.

@property (nonatomic, strong) UIDynamicAnimator *animator

Declared In

TKChartVisualPoint.h

bounds

The bounds of the visual point. This property is required by the UIDynamicItem protocol that is used with UIKitDynamics.

@property (nonatomic, readonly) CGRect bounds

Declared In

TKChartVisualPoint.h

center

The center of the visual point.

@property (nonatomic, readwrite) CGPoint center

Declared In

TKChartVisualPoint.h

doubleValue

Returns a double value associated wiht the point.

@property (nonatomic, readonly) double doubleValue

Declared In

TKChartVisualPoint.h

opacity

The opacity of the visual point.

@property (nonatomic) CGFloat opacity

Declared In

TKChartVisualPoint.h

scaleFactor

The scale factor of the visual point.

@property (nonatomic) CGFloat scaleFactor

Declared In

TKChartVisualPoint.h

transform

The affine transofmation matrix of the visual point. This property is required by the UIDynamicItem protocol that is used with UIKitDynamics.

@property (nonatomic, readwrite) CGAffineTransform transform

Declared In

TKChartVisualPoint.h

x

The x-coordinate of the visual point.

@property (nonatomic) CGFloat x

Declared In

TKChartVisualPoint.h

y

The y-coordinate of the visual point.

@property (nonatomic) CGFloat y

Declared In

TKChartVisualPoint.h

Instance Methods

initWithPoint:

Initializes a visual point with its geometry point.

- (instancetype __nonnull)initWithPoint:(CGPoint)point

Parameters

point

The point in screen coordinates.

Declared In

TKChartVisualPoint.h