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