Package | stimulsoft.viewer |
Class | public class StiViewerControlChartInteraction |
Inheritance | StiViewerControlChartInteraction ![]() |
Property | Defined By | ||
---|---|---|---|
viewerControl : StiViewerFx [static] | StiViewerControlChartInteraction |
Method | Defined By | ||
---|---|---|---|
processChartInteractionClick(pts:StiPoint, comp:StiComponent, rect:StiRectangle):StiChartInteractionResult [static] | StiViewerControlChartInteraction | ||
processChartInteractionMouseDown(pts:StiPoint, comp:StiComponent, rect:StiRectangle, calledFromTimer:Boolean = false):void [static] | StiViewerControlChartInteraction | ||
processChartInteractionMouseEnter(pts:StiPoint, comp:StiComponent, rect:StiRectangle):StiChartInteractionResult [static] | StiViewerControlChartInteraction | ||
processChartInteractionMouseLeave(comp:StiComponent):void [static] | StiViewerControlChartInteraction | ||
[static] | StiViewerControlChartInteraction | ||
processChartInteractionOldLeaveNewEnter(pts:StiPoint, comp:StiComponent, rect:StiRectangle):StiChartInteractionResult [static] | StiViewerControlChartInteraction |
viewerControl | property |
public static var viewerControl:StiViewerFx
processChartInteractionClick | () | method |
public static function processChartInteractionClick(pts:StiPoint, comp:StiComponent, rect:StiRectangle):StiChartInteractionResult
Parameters
pts:StiPoint | |
comp:StiComponent | |
rect:StiRectangle |
StiChartInteractionResult |
processChartInteractionMouseDown | () | method |
public static function processChartInteractionMouseDown(pts:StiPoint, comp:StiComponent, rect:StiRectangle, calledFromTimer:Boolean = false):void
Parameters
pts:StiPoint | |
comp:StiComponent | |
rect:StiRectangle | |
calledFromTimer:Boolean (default = false )
|
processChartInteractionMouseEnter | () | method |
public static function processChartInteractionMouseEnter(pts:StiPoint, comp:StiComponent, rect:StiRectangle):StiChartInteractionResult
Parameters
pts:StiPoint | |
comp:StiComponent | |
rect:StiRectangle |
StiChartInteractionResult |
processChartInteractionMouseLeave | () | method |
public static function processChartInteractionMouseLeave(comp:StiComponent):void
Parameters
comp:StiComponent |
processChartInteractionMouseUp | () | method |
public static function processChartInteractionMouseUp(pts:StiPoint, comp:StiComponent, rect:StiRectangle):void
Parameters
pts:StiPoint | |
comp:StiComponent | |
rect:StiRectangle |
processChartInteractionOldLeaveNewEnter | () | method |
public static function processChartInteractionOldLeaveNewEnter(pts:StiPoint, comp:StiComponent, rect:StiRectangle):StiChartInteractionResult
Parameters
pts:StiPoint | |
comp:StiComponent | |
rect:StiRectangle |
StiChartInteractionResult |