TKChartBalloonAnnotationStyle Class Reference
Inherits from | TKChartAnnotationStyle : TKStyleNode : NSObject |
Declared in | TKChartBalloonAnnotationStyle.h |
Tasks
-
fill
property -
stroke
property -
font
property -
textColor
property -
textAlignment
property -
textOrientation
property -
insets
property -
verticalAlign
property -
horizontalAlign
property -
distanceFromPoint
property -
arrowSize
property -
cornerRadius
property
Properties
arrowSize
The arrow size.
@property (nonatomic, assign) CGSize arrowSize
Declared In
TKChartBalloonAnnotationStyle.h
cornerRadius
The corner radius of a balloon.
@property (nonatomic, assign) CGFloat cornerRadius
Declared In
TKChartBalloonAnnotationStyle.h
distanceFromPoint
The distance between the ballooon and its location.
@property (nonatomic, assign) CGFloat distanceFromPoint
Declared In
TKChartBalloonAnnotationStyle.h
fill
The view fill.
@property (nonatomic, strong) TKFill *fill
Declared In
TKChartBalloonAnnotationStyle.h
font
The content’s font.
@property (nonatomic, strong) UIFont *font
Declared In
TKChartBalloonAnnotationStyle.h
horizontalAlign
The view horizontal alginment.
@property (nonatomic, assign) TKChartBalloonHorizontalAlignment horizontalAlign
Declared In
TKChartBalloonAnnotationStyle.h
insets
The text insets. Use negative values to enlarge area.
@property (nonatomic, assign) UIEdgeInsets insets
Declared In
TKChartBalloonAnnotationStyle.h
stroke
The view stroke.
@property (nonatomic, strong) TKStroke *stroke
Declared In
TKChartBalloonAnnotationStyle.h
textAlignment
The text alignment.
@property (nonatomic, assign) NSTextAlignment textAlignment
Declared In
TKChartBalloonAnnotationStyle.h
textColor
The content’s text color.
@property (nonatomic, strong) UIColor *textColor
Declared In
TKChartBalloonAnnotationStyle.h