TKChartCrossLineAnnotationStyle Class Reference
Inherits from | TKChartAnnotationStyle : TKStyleNode : NSObject |
Declared in | TKChartCrossLineAnnotationStyle.h |
Tasks
-
orientation
property -
verticalLineStroke
property -
horizontalLineStroke
property -
pointShape
property -
pointShapeInsets
property -
pointShapeFill
property -
pointShapeStroke
property -
insets
property
Properties
horizontalLineStroke
The horizontal line stroke.
@property (nonatomic, strong) TKStroke *horizontalLineStroke
Declared In
TKChartCrossLineAnnotationStyle.h
insets
The line inset.
@property (nonatomic, assign) UIEdgeInsets insets
Declared In
TKChartCrossLineAnnotationStyle.h
orientation
The annotioatn orientation.
@property (nonatomic, assign) TKChartCrossLineAnnotationOrientation orientation
Declared In
TKChartCrossLineAnnotationStyle.h
pointShape
The shaped used for drawing the data points. It is supported for line, area and scatter series. By default, it is a circle with a size of 6 px on scatter series and nil (no shape) for line and area.
@property (nonatomic, strong) TKShape *pointShape
Declared In
TKChartCrossLineAnnotationStyle.h
pointShapeFill
The shape fill.
@property (nonatomic, strong) TKFill *pointShapeFill
Declared In
TKChartCrossLineAnnotationStyle.h
pointShapeInsets
The point shape insets. *
@property (nonatomic, assign) UIEdgeInsets pointShapeInsets
Declared In
TKChartCrossLineAnnotationStyle.h