Click or drag to resize

StiTrendLineGeom Constructor

Initializes a new instance of the StiTrendLineGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTrendLineGeom(
	PointF pointStart,
	PointF pointEnd,
	IStiTrendLine trendLine
)

Parameters

pointStart
Type: System.DrawingPointF

[Missing <param name="pointStart"/> documentation for "M:Stimulsoft.Report.Chart.StiTrendLineGeom.#ctor(System.Drawing.PointF,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiTrendLine)"]

pointEnd
Type: System.DrawingPointF

[Missing <param name="pointEnd"/> documentation for "M:Stimulsoft.Report.Chart.StiTrendLineGeom.#ctor(System.Drawing.PointF,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiTrendLine)"]

trendLine
Type: Stimulsoft.Report.ChartIStiTrendLine

[Missing <param name="trendLine"/> documentation for "M:Stimulsoft.Report.Chart.StiTrendLineGeom.#ctor(System.Drawing.PointF,System.Drawing.PointF,Stimulsoft.Report.Chart.IStiTrendLine)"]

See Also