StiTrendCurveGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiTrendCurveGeom(PointF?points , IStiTrendLine trendLine)  

StiTrendCurveGeom(**: PointF?points, **trendLine: IStiTrendLine)

Parameters

  • ** (PointF?points)
  • trendLine (IStiTrendLine)

Methods

Method Returns Description
Draw void Draws area geom object on spefied context.

Method Details

Draw

Draw(context: StiContext): void

Draws area geom object on spefied context.

Parameters