Click or drag to resize

StiRadarPointSeriesElementGeom Constructor

Initializes a new instance of the StiRadarPointSeriesElementGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiRadarPointSeriesElementGeom(
	StiAreaGeom areaGeom,
	double value,
	int index,
	StiBrush brush,
	IStiRadarSeries series,
	PointF point,
	float zoom
)

Parameters

areaGeom
Type: Stimulsoft.Report.ChartStiAreaGeom

[Missing <param name="areaGeom"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarPointSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Report.Chart.IStiRadarSeries,System.Drawing.PointF,System.Single)"]

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarPointSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Report.Chart.IStiRadarSeries,System.Drawing.PointF,System.Single)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarPointSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Report.Chart.IStiRadarSeries,System.Drawing.PointF,System.Single)"]

brush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="brush"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarPointSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Report.Chart.IStiRadarSeries,System.Drawing.PointF,System.Single)"]

series
Type: Stimulsoft.Report.ChartIStiRadarSeries

[Missing <param name="series"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarPointSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Report.Chart.IStiRadarSeries,System.Drawing.PointF,System.Single)"]

point
Type: System.DrawingPointF

[Missing <param name="point"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarPointSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Report.Chart.IStiRadarSeries,System.Drawing.PointF,System.Single)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarPointSeriesElementGeom.#ctor(Stimulsoft.Report.Chart.StiAreaGeom,System.Double,System.Int32,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Report.Chart.IStiRadarSeries,System.Drawing.PointF,System.Single)"]

See Also