Click or drag to resize

StiRadarSeriesCoreXFRenderPoints Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Chart.StiRadarSeriesCoreXF.RenderPoints(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiRadarSeries,System.Collections.Generic.List{System.Nullable{System.Drawing.PointF}},Stimulsoft.Report.Chart.StiAreaGeom)"]

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void RenderPoints(
	StiContext context,
	IStiRadarSeries series,
	List<Nullable<PointF>> points,
	StiAreaGeom geom
)

Parameters

context
Type: Stimulsoft.Base.ContextStiContext

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarSeriesCoreXF.RenderPoints(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiRadarSeries,System.Collections.Generic.List{System.Nullable{System.Drawing.PointF}},Stimulsoft.Report.Chart.StiAreaGeom)"]

series
Type: Stimulsoft.Report.ChartIStiRadarSeries

[Missing <param name="series"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarSeriesCoreXF.RenderPoints(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiRadarSeries,System.Collections.Generic.List{System.Nullable{System.Drawing.PointF}},Stimulsoft.Report.Chart.StiAreaGeom)"]

points
Type: System.Collections.GenericListNullablePointF

[Missing <param name="points"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarSeriesCoreXF.RenderPoints(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiRadarSeries,System.Collections.Generic.List{System.Nullable{System.Drawing.PointF}},Stimulsoft.Report.Chart.StiAreaGeom)"]

geom
Type: Stimulsoft.Report.ChartStiAreaGeom

[Missing <param name="geom"/> documentation for "M:Stimulsoft.Report.Chart.StiRadarSeriesCoreXF.RenderPoints(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiRadarSeries,System.Collections.Generic.List{System.Nullable{System.Drawing.PointF}},Stimulsoft.Report.Chart.StiAreaGeom)"]

See Also