Packagestimulsoft.report.chart.geoms.series.stackedColumn
Classpublic class StiStackedBaseLineSeriesGeom
InheritanceStiStackedBaseLineSeriesGeom Inheritance StiSeriesGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



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


Implementation
    public function get points():Vector.<StiPoint>
Constructor Detail
StiStackedBaseLineSeriesGeom()Constructor
public function StiStackedBaseLineSeriesGeom(areaGeom:StiAreaGeom, points:Vector.<StiPoint>, series:IStiSeries)



Parameters
areaGeom:StiAreaGeom
 
points:Vector.<StiPoint>
 
series:IStiSeries
Method Detail
draw()method
override public function draw(context:StiContext):void

Parameters

context:StiContext

getClientRectangle()method 
public static function getClientRectangle(points:Vector.<StiPoint>):StiRectangle

Parameters

points:Vector.<StiPoint>

Returns
StiRectangle