Click or drag to resize

StiRadarAreaGeom Constructor

Initializes a new instance of the StiRadarAreaGeom class

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiRadarAreaGeom(
	IStiArea area,
	RectangleF clientRectangle,
	int valuesCount
)

Parameters

area
Type: Stimulsoft.Report.ChartIStiArea

[Missing <param name="area"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarAreaGeom.#ctor(Stimulsoft.Report.Chart.IStiArea,System.Drawing.RectangleF,System.Int32)"]

clientRectangle
Type: System.DrawingRectangleF

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarAreaGeom.#ctor(Stimulsoft.Report.Chart.IStiArea,System.Drawing.RectangleF,System.Int32)"]

valuesCount
Type: SystemInt32

[Missing <param name="valuesCount"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarAreaGeom.#ctor(Stimulsoft.Report.Chart.IStiArea,System.Drawing.RectangleF,System.Int32)"]

See Also