Click or drag to resize

StiRadarAreaSeriesGeom Constructor

Initializes a new instance of the StiRadarAreaSeriesGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiRadarAreaSeriesGeom(
	IStiSeries series,
	Nullable<PointF>[] pointsFrom,
	Nullable<PointF>[] points,
	PointF centerPoint
)

Parameters

series
Type: Stimulsoft.Report.ChartIStiSeries

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

pointsFrom
Type: SystemNullablePointF

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

points
Type: SystemNullablePointF

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

centerPoint
Type: System.DrawingPointF

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

See Also