Packagestimulsoft.report.chart.geoms.trendLines
Classpublic class StiTrendCurveGeom
InheritanceStiTrendCurveGeom Inheritance StiCellGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
 InheritedchildGeoms : Vector.<StiCellGeom>
[read-only]
StiCellGeom
 InheritedclientRectangle : StiRectangle
StiCellGeom
 Inheritedinvisible : Boolean
[read-only]
StiCellGeom
  points : Vector.<StiPoint>
[read-only]
StiTrendCurveGeom
  trendLine : IStiTrendLine
[read-only]
StiTrendCurveGeom
 Inheritedtype : int
[read-only]
StiGeom
Public Methods
 MethodDefined By
  
StiTrendCurveGeom(points:Vector.<StiPoint>, trendLine:IStiTrendLine)
StiTrendCurveGeom
 Inherited
contains(x:Number, y:Number):Boolean
StiCellGeom
 Inherited
StiCellGeom
  
draw(context:StiContext):void
[override] Draws area geom object on spefied context.
StiTrendCurveGeom
 Inherited
StiCellGeom
 Inherited
drawGeom(context:StiContext):void
StiCellGeom
 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>
trendLineproperty 
trendLine:IStiTrendLine  [read-only]


Implementation
    public function get trendLine():IStiTrendLine
Constructor Detail
StiTrendCurveGeom()Constructor
public function StiTrendCurveGeom(points:Vector.<StiPoint>, trendLine:IStiTrendLine)



Parameters
points:Vector.<StiPoint>
 
trendLine:IStiTrendLine
Method Detail
draw()method
override public function draw(context:StiContext):void

Draws area geom object on spefied context.

Parameters

context:StiContext