Package | stimulsoft.report.chart.geoms.marker |
Class | public class StiMarkerGeom |
Inheritance | StiMarkerGeom ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
allowMouseOver : Boolean [read-only] | StiMarkerGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
index : int [read-only] | StiMarkerGeom | ||
interaction : StiSeriesInteractionData | StiMarkerGeom | ||
![]() | invisible : Boolean [read-only] | StiCellGeom | |
isMouseOver : Boolean | StiMarkerGeom | ||
marker : IStiMarker [read-only] | StiMarkerGeom | ||
point : StiPoint [read-only] | StiMarkerGeom | ||
series : IStiSeries [read-only] | StiMarkerGeom | ||
showShadow : Boolean [read-only] | StiMarkerGeom | ||
![]() | type : int [read-only] | StiGeom | |
value : Number [read-only] | StiMarkerGeom |
Method | Defined By | ||
---|---|---|---|
StiMarkerGeom(series:IStiSeries, index:int, value:Number, point:StiPoint, marker:IStiMarker, showShadow:Boolean, zoom:Number) | StiMarkerGeom | ||
contains(x:Number, y:Number):Boolean [override] | StiMarkerGeom | ||
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiMarkerGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | StiCellGeom | ||
StiMarkerGeom | |||
![]() | StiCellGeom | ||
![]() | getSeriesGeoms():Vector.<StiCellGeom> | StiCellGeom | |
invokeClick(options:StiInteractionOptions):void [override] | StiMarkerGeom | ||
![]() | invokeDrag(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseDown(options:StiInteractionOptions):void | StiCellGeom | |
invokeMouseEnter(options:StiInteractionOptions):void [override] | StiMarkerGeom | ||
invokeMouseLeave(options:StiInteractionOptions):void [override] | StiMarkerGeom | ||
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
allowMouseOver | property |
allowMouseOver:Boolean
[read-only] public function get allowMouseOver():Boolean
index | property |
index:int
[read-only] public function get index():int
interaction | property |
interaction:StiSeriesInteractionData
public function get interaction():StiSeriesInteractionData
public function set interaction(value:StiSeriesInteractionData):void
isMouseOver | property |
isMouseOver:Boolean
public function get isMouseOver():Boolean
public function set isMouseOver(value:Boolean):void
marker | property |
point | property |
series | property |
showShadow | property |
showShadow:Boolean
[read-only] public function get showShadow():Boolean
value | property |
value:Number
[read-only] public function get value():Number
StiMarkerGeom | () | Constructor |
public function StiMarkerGeom(series:IStiSeries, index:int, value:Number, point:StiPoint, marker:IStiMarker, showShadow:Boolean, zoom:Number)
series:IStiSeries | |
index:int | |
value:Number | |
point:StiPoint | |
marker:IStiMarker | |
showShadow:Boolean | |
zoom:Number |
contains | () | method |
override public function contains(x:Number, y:Number):Boolean
Parameters
x:Number | |
y:Number |
Boolean |
draw | () | method |
getMouseOverRect | () | method |
invokeClick | () | method |
override public function invokeClick(options:StiInteractionOptions):void
Parameters
options:StiInteractionOptions |
invokeMouseEnter | () | method |
override public function invokeMouseEnter(options:StiInteractionOptions):void
Parameters
options:StiInteractionOptions |
invokeMouseLeave | () | method |
override public function invokeMouseLeave(options:StiInteractionOptions):void
Parameters
options:StiInteractionOptions |