Index Hierarchy TKChartTrackballLineAnnotation Class Reference Inherits from TKChartAnnotation : NSObject Declared in TKChartTrackballLineAnnotation.h Overview A crossed line annotation that is used with a trackball. Tasks – initWithTrackball: – updateContent selectedPoints property style property Properties selectedPoints The selected points that will be presented with this annotation. @property (nonatomic, strong) NSArray *selectedPoints Declared In TKChartTrackballLineAnnotation.h style The annotation style. It can be used to customize the annotation appearance. @property (nonatomic, strong) TKChartCrossLineAnnotationStyle *style Declared In TKChartTrackballLineAnnotation.h Instance Methods initWithTrackball: Initializes the annotation with a trackball. - (instancetype __nonnull)initWithTrackball:(TKChartTrackball *__nonnull)trackball Parameters trackball The trackball which owns the annotation. Declared In TKChartTrackballLineAnnotation.h updateContent This method is called by the trackball when its visibility changes. - (void)updateContent Declared In TKChartTrackballLineAnnotation.h Index Hierarchy