Package | stimulsoft.report.chart.geoms.series.radar |
Class | public class StiRadarPointSeriesElementGeom |
Inheritance | StiRadarPointSeriesElementGeom ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | allowMouseOver : Boolean [read-only] | StiSeriesElementGeom | |
![]() | areaGeom : StiAreaGeom | StiSeriesElementGeom | |
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | index : int [read-only] | StiSeriesElementGeom | |
![]() | interaction : StiSeriesInteractionData | StiSeriesElementGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
![]() | isMouseOver : Boolean | StiSeriesElementGeom | |
point : StiPoint [read-only] | StiRadarPointSeriesElementGeom | ||
![]() | series : IStiSeries [read-only] | StiSeriesElementGeom | |
![]() | type : int [read-only] | StiGeom | |
![]() | value : Number [read-only] | StiSeriesElementGeom |
Method | Defined By | ||
---|---|---|---|
StiRadarPointSeriesElementGeom(areaGeom:StiAreaGeom, value:Number, index:int, series:IStiRadarSeries, point:StiPoint, zoom:Number) | StiRadarPointSeriesElementGeom | ||
contains(x:Number, y:Number):Boolean [override] | StiRadarPointSeriesElementGeom | ||
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiRadarPointSeriesElementGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | StiCellGeom | ||
StiRadarPointSeriesElementGeom | |||
![]() | StiCellGeom | ||
![]() | getSeriesGeoms():Vector.<StiCellGeom> | StiCellGeom | |
invokeClick(options:StiInteractionOptions):void [override] | StiRadarPointSeriesElementGeom | ||
![]() | invokeDrag(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseDown(options:StiInteractionOptions):void | StiCellGeom | |
invokeMouseEnter(options:StiInteractionOptions):void [override] | StiRadarPointSeriesElementGeom | ||
invokeMouseLeave(options:StiInteractionOptions):void [override] | StiRadarPointSeriesElementGeom | ||
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
point | property |
StiRadarPointSeriesElementGeom | () | Constructor |
public function StiRadarPointSeriesElementGeom(areaGeom:StiAreaGeom, value:Number, index:int, series:IStiRadarSeries, point:StiPoint, zoom:Number)
areaGeom:StiAreaGeom | |
value:Number | |
index:int | |
series:IStiRadarSeries | |
point:StiPoint | |
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 |