Click or drag to resize

StiLineSeriesCoreXFRenderLines Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Chart.StiLineSeriesCoreXF.RenderLines(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.StiAreaGeom,System.Nullable{System.Drawing.PointF}[],System.Nullable{System.Drawing.PointF}[])"]

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected override void RenderLines(
	StiContext context,
	StiAreaGeom geom,
	Nullable<PointF>[] pointsFrom,
	Nullable<PointF>[] points
)

Parameters

context
Type: Stimulsoft.Base.ContextStiContext

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

geom
Type: Stimulsoft.Report.ChartStiAreaGeom

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

pointsFrom
Type: SystemNullablePointF

[Missing <param name="pointsFrom"/> documentation for "M:Stimulsoft.Report.Chart.StiLineSeriesCoreXF.RenderLines(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.StiAreaGeom,System.Nullable{System.Drawing.PointF}[],System.Nullable{System.Drawing.PointF}[])"]

points
Type: SystemNullablePointF

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

See Also