Mobile API Reference  MicroStrategy 2019
ItemRendererDelegate.h
Go to the documentation of this file.
1 //
2 // ItemRenderer.h
3 // IPadDashboardViewer
4 //
5 // Created by bhuang on 4/22/10.
6 // Copyright 2010 __MyCompanyName__. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
12 
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;
22 @end
23 
Definition: ItemRendererDelegate.h:11