Packagestimulsoft.report.chart.geoms.series.range
Classpublic class StiRangeSeriesGeom
InheritanceStiRangeSeriesGeom Inheritance StiLineSeriesGeom Inheritance StiBaseLineSeriesGeom Inheritance StiSeriesGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



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


Implementation
    public function get pointsEnd():Vector.<StiPoint>
    public function set pointsEnd(value:Vector.<StiPoint>):void
Constructor Detail
StiRangeSeriesGeom()Constructor
public function StiRangeSeriesGeom(areaGeom:StiAreaGeom, points:Vector.<StiPoint>, pointsEnd:Vector.<StiPoint>, series:IStiSeries)



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

Parameters

context:StiContext