| Package | stimulsoft.report.chart.geoms.series.radar |
| Class | public class StiRadarAreaSeriesGeom |
| Inheritance | StiRadarAreaSeriesGeom StiCellGeom StiGeom Object |
| Property | Defined By | ||
|---|---|---|---|
| allowMouseOver : Boolean [read-only] | StiRadarAreaSeriesGeom | ||
| centerPoint : StiPoint [read-only] | StiRadarAreaSeriesGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
| isMouseOver : Boolean | StiRadarAreaSeriesGeom | ||
| points : Vector.<StiPoint> [read-only] | StiRadarAreaSeriesGeom | ||
| series : IStiSeries [read-only] | StiRadarAreaSeriesGeom | ||
![]() | type : int [read-only] | StiGeom | |
| Method | Defined By | ||
|---|---|---|---|
| StiRadarAreaSeriesGeom | |||
contains(x:Number, y:Number):Boolean [override] | StiRadarAreaSeriesGeom | ||
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiRadarAreaSeriesGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | StiCellGeom | ||
![]() | StiCellGeom | ||
![]() | getSeriesGeoms():Vector.<StiCellGeom> | StiCellGeom | |
![]() | invokeClick(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeDrag(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseDown(options:StiInteractionOptions):void | StiCellGeom | |
invokeMouseEnter(options:StiInteractionOptions):void [override] | StiRadarAreaSeriesGeom | ||
invokeMouseLeave(options:StiInteractionOptions):void [override] | StiRadarAreaSeriesGeom | ||
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom | |
| allowMouseOver | property |
allowMouseOver:Boolean [read-only] public function get allowMouseOver():Boolean| centerPoint | property |
| isMouseOver | property |
isMouseOver:Boolean public function get isMouseOver():Boolean public function set isMouseOver(value:Boolean):void| points | property |
| series | property |
| StiRadarAreaSeriesGeom | () | Constructor |
public function StiRadarAreaSeriesGeom(series:IStiSeries, points:Vector.<StiPoint>, centerPoint:StiPoint)series:IStiSeries | |
points:Vector.<StiPoint> | |
centerPoint:StiPoint |
| contains | () | method |
override public function contains(x:Number, y:Number):BooleanParameters
x:Number | |
y:Number |
Boolean |
| draw | () | method |
| invokeMouseEnter | () | method |
override public function invokeMouseEnter(options:StiInteractionOptions):voidParameters
options:StiInteractionOptions |
| invokeMouseLeave | () | method |
override public function invokeMouseLeave(options:StiInteractionOptions):voidParameters
options:StiInteractionOptions |