Click or drag to resize

StiTrendCurveGeom Constructor

Initializes a new instance of the StiTrendCurveGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTrendCurveGeom(
	Nullable<PointF>[] points,
	IStiTrendLine trendLine
)

Parameters

points
Type: SystemNullablePointF

[Missing <param name="points"/> documentation for "M:Stimulsoft.Report.Chart.StiTrendCurveGeom.#ctor(System.Nullable{System.Drawing.PointF}[],Stimulsoft.Report.Chart.IStiTrendLine)"]

trendLine
Type: Stimulsoft.Report.ChartIStiTrendLine

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

See Also