| Package | stimulsoft.report.chart.geoms.series.stackedColumn |
| Class | public class StiStackedAreaSeriesGeom |
| Inheritance | StiStackedAreaSeriesGeom StiSeriesGeom StiCellGeom StiGeom Object |
| Property | Defined By | ||
|---|---|---|---|
| allowMouseOver : Boolean [read-only] | StiStackedAreaSeriesGeom | ||
![]() | areaGeom : StiAreaGeom | StiSeriesGeom | |
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
| endPoints : Vector.<StiPoint> [read-only] | StiStackedAreaSeriesGeom | ||
![]() | interactions : Vector.<StiSeriesInteractionData> | StiSeriesGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
| isMouseOver : Boolean | StiStackedAreaSeriesGeom | ||
![]() | series : IStiSeries [read-only] | StiSeriesGeom | |
| startPoints : Vector.<StiPoint> [read-only] | StiStackedAreaSeriesGeom | ||
![]() | type : int [read-only] | StiGeom | |
| Method | Defined By | ||
|---|---|---|---|
StiStackedAreaSeriesGeom(areaGeom:StiAreaGeom, startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>, series:IStiSeries) | StiStackedAreaSeriesGeom | ||
contains(x:Number, y:Number):Boolean [override] | StiStackedAreaSeriesGeom | ||
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] | StiStackedAreaSeriesGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
[static] | StiStackedAreaSeriesGeom | ||
![]() | 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] | StiStackedAreaSeriesGeom | ||
invokeMouseLeave(options:StiInteractionOptions):void [override] | StiStackedAreaSeriesGeom | ||
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom | |
| allowMouseOver | property |
allowMouseOver:Boolean [read-only] public function get allowMouseOver():Boolean| endPoints | property |
endPoints:Vector.<StiPoint> [read-only] public function get endPoints():Vector.<StiPoint>| isMouseOver | property |
isMouseOver:Boolean public function get isMouseOver():Boolean public function set isMouseOver(value:Boolean):void| startPoints | property |
startPoints:Vector.<StiPoint> [read-only] public function get startPoints():Vector.<StiPoint>| StiStackedAreaSeriesGeom | () | Constructor |
public function StiStackedAreaSeriesGeom(areaGeom:StiAreaGeom, startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>, series:IStiSeries)areaGeom:StiAreaGeom | |
startPoints:Vector.<StiPoint> | |
endPoints:Vector.<StiPoint> | |
series:IStiSeries |
| contains | () | method |
override public function contains(x:Number, y:Number):BooleanParameters
x:Number | |
y:Number |
Boolean |
| draw | () | method |
| getClientRectangle | () | method |
public static function getClientRectangle(startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>):StiRectangleParameters
startPoints:Vector.<StiPoint> | |
endPoints:Vector.<StiPoint> |
StiRectangle |
| invokeMouseEnter | () | method |
override public function invokeMouseEnter(options:StiInteractionOptions):voidParameters
options:StiInteractionOptions |
| invokeMouseLeave | () | method |
override public function invokeMouseLeave(options:StiInteractionOptions):voidParameters
options:StiInteractionOptions |