Mobile API Reference  MicroStrategy 2019
<ItemRendererDelegate> Protocol Reference

#import <ItemRendererDelegate.h>

Inheritance diagram for <ItemRendererDelegate>:
MSIWidgetViewer MSIMapWidgetViewer

Instance Methods

(void) - handleCEChartItemDoubleTouch:
 
(void) - handleCEChartItemSingleTouch:
 
(void) - handleCEChartAvgDataRecord:withCount:withSeriesID:
 
(void) - handleTooltipRelease:
 
(void) - handleTextSingleTouch:
 
(void) - handleTextDoubleTouch:
 
(void) - handlePivotTextTouchesBegan:
 
(void) - handlePivotTextTouchesMoved:withPoint:
 
(void) - handlePivotTextTouchesEnded:
 

Method Documentation

◆ handleCEChartAvgDataRecord:withCount:withSeriesID:()

- (void) handleCEChartAvgDataRecord: (double)  iAvg
withCount: (int)  iCount
withSeriesID: (int)  iSeriesID 

◆ handleCEChartItemDoubleTouch:()

- (void) handleCEChartItemDoubleTouch: (UIView *)  ipView

◆ handleCEChartItemSingleTouch:()

- (void) handleCEChartItemSingleTouch: (UIView *)  ipView

◆ handlePivotTextTouchesBegan:()

- (void) handlePivotTextTouchesBegan: (UIView *)  ipView

◆ handlePivotTextTouchesEnded:()

- (void) handlePivotTextTouchesEnded: (UIView *)  ipView

◆ handlePivotTextTouchesMoved:withPoint:()

- (void) handlePivotTextTouchesMoved: (UIView *)  ipView
withPoint: (CGPoint)  iTouchPoint 

◆ handleTextDoubleTouch:()

- (void) handleTextDoubleTouch: (UIView *)  ipView

◆ handleTextSingleTouch:()

- (void) handleTextSingleTouch: (UIView *)  ipView

◆ handleTooltipRelease:()

- (void) handleTooltipRelease: (UIView *)  ipView