Package | stimulsoft.report.chart.geoms.areas |
Class | public class StiAreaGeom |
Inheritance | StiAreaGeom ![]() ![]() ![]() |
Subclasses | StiAxisAreaGeom, StiAxisAreaViewGeom, StiPieAreaGeom, StiRadarAreaGeom |
Property | Defined By | ||
---|---|---|---|
area : IStiArea [read-only] | StiAreaGeom | ||
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
![]() | type : int [read-only] | StiGeom |
Method | Defined By | ||
---|---|---|---|
StiAreaGeom | |||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiAreaGeom | ||
![]() | 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 | StiCellGeom | |
![]() | invokeMouseLeave(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
area | property |
StiAreaGeom | () | Constructor |
public function StiAreaGeom(area:IStiArea, clientRectangle:StiRectangle)
area:IStiArea | |
clientRectangle:StiRectangle |
draw | () | method |