Click or drag to resize

StiStackedSplineAreaSeriesGeom Constructor

Initializes a new instance of the StiStackedSplineAreaSeriesGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiStackedSplineAreaSeriesGeom(
	StiAreaGeom areaGeom,
	Nullable<PointF>[] startPoints,
	Nullable<PointF>[] endPoints,
	IStiSeries series
)

Parameters

areaGeom
Type: Stimulsoft.Report.ChartStiAreaGeom

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

startPoints
Type: SystemNullablePointF

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

endPoints
Type: SystemNullablePointF

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

series
Type: Stimulsoft.Report.ChartIStiSeries

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

See Also