TKChartBalloonHorizontalAlignment Constants Reference
Declared in | TKChartBalloonAnnotationStyle.h |
TKChartBalloonHorizontalAlignment
The Horizontal alignment options available for a balloon annotation.
Definition
typedef NS_ENUM(NSInteger, TKChartBalloonHorizontalAlignment ) {
TKChartBalloonHorizontalAlignmentCenter = 0,
TKChartBalloonHorizontalAlignmentLeft = 1,
TKChartBalloonHorizontalAlignmentRight = 2,
};
Constants
TKChartBalloonHorizontalAlignmentCenter
-
The balloon should appear horizontally centered to the balloon location.
Declared In
TKChartBalloonAnnotationStyle.h
. TKChartBalloonHorizontalAlignmentLeft
-
The balloon should appear at the left of the balloon location.
Declared In
TKChartBalloonAnnotationStyle.h
. TKChartBalloonHorizontalAlignmentRight
-
The balloon should appear at the right of the balloon location.
Declared In
TKChartBalloonAnnotationStyle.h
.
Declared In
TKChartBalloonAnnotationStyle.h