TKChartGridLineAnnotation Class Reference
Inherits from | TKChartAnnotation : NSObject |
Declared in | TKChartGridLineAnnotation.h |
Tasks
-
– initWithValue:forAxis:
-
– initWithValue:forAxis:withStroke:
-
axis
property -
value
property -
style
property
Properties
axis
The axis to which this annotation belongs.
@property (nonatomic, strong) TKChartAxis *axis
Declared In
TKChartGridLineAnnotation.h
Instance Methods
initWithValue:forAxis:
Initializes the annotation with a value.
- (instancetype __nonnull)initWithValue:(id __nonnull)value forAxis:(TKChartAxis *__nonnull)axis
Declared In
TKChartGridLineAnnotation.h
initWithValue:forAxis:withStroke:
Initializes the annotation with a value and stroke.
- (instancetype __nonnull)initWithValue:(id __nonnull)value forAxis:(TKChartAxis *__nonnull)axis withStroke:(TKStroke *__nonnull)stroke
Parameters
- value
The place to locate the annotation.
- stroke
The stroke to use when rendering the annotation.
Declared In
TKChartGridLineAnnotation.h