Packagestimulsoft.report.chart.geoms.series.stackedColumn
Classpublic class StiStackedSplineAreaSeriesGeom
InheritanceStiStackedSplineAreaSeriesGeom Inheritance StiSeriesGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
  allowMouseOver : Boolean
[read-only]
StiStackedSplineAreaSeriesGeom
 InheritedareaGeom : StiAreaGeom
StiSeriesGeom
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
  endPoints : Vector.<StiPoint>
[read-only]
StiStackedSplineAreaSeriesGeom
 Inheritedinteractions : Vector.<StiSeriesInteractionData>
StiSeriesGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  isMouseOver : Boolean
StiStackedSplineAreaSeriesGeom
 Inheritedseries : IStiSeries
[read-only]
StiSeriesGeom
  startPoints : Vector.<StiPoint>
[read-only]
StiStackedSplineAreaSeriesGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiStackedSplineAreaSeriesGeom(areaGeom:StiAreaGeom, startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>, series:IStiSeries)
StiStackedSplineAreaSeriesGeom
  
contains(x:Number, y:Number):Boolean
[override]
StiStackedSplineAreaSeriesGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override]
StiStackedSplineAreaSeriesGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
  
getClientRectangle(startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>):StiRectangle
[static]
StiStackedSplineAreaSeriesGeom
 Inherited
getGeomAt(parent:StiCellGeom, x:Number, y:Number):StiCellGeom
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
 Inherited
StiCellGeom
  
[override]
StiStackedSplineAreaSeriesGeom
  
[override]
StiStackedSplineAreaSeriesGeom
 Inherited
StiCellGeom
Protected Methods
 MethodDefined By
 Inherited
allowChildDrawing(cellGeom:StiCellGeom):Boolean
StiCellGeom
Property Detail
allowMouseOverproperty
allowMouseOver:Boolean  [read-only]


Implementation
    public function get allowMouseOver():Boolean
endPointsproperty 
endPoints:Vector.<StiPoint>  [read-only]


Implementation
    public function get endPoints():Vector.<StiPoint>
isMouseOverproperty 
isMouseOver:Boolean


Implementation
    public function get isMouseOver():Boolean
    public function set isMouseOver(value:Boolean):void
startPointsproperty 
startPoints:Vector.<StiPoint>  [read-only]


Implementation
    public function get startPoints():Vector.<StiPoint>
Constructor Detail
StiStackedSplineAreaSeriesGeom()Constructor
public function StiStackedSplineAreaSeriesGeom(areaGeom:StiAreaGeom, startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>, series:IStiSeries)



Parameters
areaGeom:StiAreaGeom
 
startPoints:Vector.<StiPoint>
 
endPoints:Vector.<StiPoint>
 
series:IStiSeries
Method Detail
contains()method
override public function contains(x:Number, y:Number):Boolean

Parameters

x:Number
 
y:Number

Returns
Boolean
draw()method 
override public function draw(context:StiContext):void

Parameters

context:StiContext

getClientRectangle()method 
public static function getClientRectangle(startPoints:Vector.<StiPoint>, endPoints:Vector.<StiPoint>):StiRectangle

Parameters

startPoints:Vector.<StiPoint>
 
endPoints:Vector.<StiPoint>

Returns
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