StiTrendLineGeom Class

Namespace: Stimulsoft.Report.Chart

Inheritance

Inherits from: StiCellGeom

Constructors

Constructor Description
StiTrendLineGeom(PointF pointStart, PointF pointEnd, IStiTrendLine trendLine)  

StiTrendLineGeom(pointStart: PointF, pointEnd: PointF, trendLine: IStiTrendLine)

Parameters

  • pointStart (PointF)
  • pointEnd (PointF)
  • 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