Package | stimulsoft.report.chart.geoms.trendLines |
Class | public class StiTrendCurveGeom |
Inheritance | StiTrendCurveGeom ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | childGeoms : Vector.<StiCellGeom> [read-only] | StiCellGeom | |
![]() | clientRectangle : StiRectangle | StiCellGeom | |
![]() | invisible : Boolean [read-only] | StiCellGeom | |
points : Vector.<StiPoint> [read-only] | StiTrendCurveGeom | ||
trendLine : IStiTrendLine [read-only] | StiTrendCurveGeom | ||
![]() | type : int [read-only] | StiGeom |
Method | Defined By | ||
---|---|---|---|
StiTrendCurveGeom | |||
![]() | contains(x:Number, y:Number):Boolean | StiCellGeom | |
![]() | createChildGeoms():void | StiCellGeom | |
draw(context:StiContext):void [override] Draws area geom object on spefied context. | StiTrendCurveGeom | ||
![]() | drawChildGeoms(context:StiContext):void | StiCellGeom | |
![]() | drawGeom(context:StiContext):void | StiCellGeom | |
![]() | 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 | StiCellGeom | |
![]() | invokeMouseLeave(options:StiInteractionOptions):void | StiCellGeom | |
![]() | invokeMouseUp(options:StiInteractionOptions):void | StiCellGeom |
points | property |
trendLine | property |
StiTrendCurveGeom | () | Constructor |
public function StiTrendCurveGeom(points:Vector.<StiPoint>, trendLine:IStiTrendLine)
points:Vector.<StiPoint> | |
trendLine:IStiTrendLine |
draw | () | method |
override public function draw(context:StiContext):void
Draws area geom object on spefied context.
Parameters
context:StiContext |