9 #import <UIKit/UIKit.h> 13 - (void)handleCEChartItemDoubleTouch:(UIView*)ipView;
14 - (void)handleCEChartItemSingleTouch:(UIView*)ipView;
15 - (void)handleCEChartAvgDataRecord:(
double)iAvg withCount:(
int)iCount withSeriesID:(
int)iSeriesID;
16 - (void)handleTooltipRelease:(UIView*)ipView;
17 - (void)handleTextSingleTouch:(UIView*)ipView;
18 - (void)handleTextDoubleTouch:(UIView*)ipView;
19 - (void)handlePivotTextTouchesBegan:(UIView*)ipView;
20 - (void)handlePivotTextTouchesMoved:(UIView*)ipView withPoint:(CGPoint)iTouchPoint;
21 - (void)handlePivotTextTouchesEnded:(UIView*)ipView;
Definition: ItemRendererDelegate.h:11