DrawLinesBatch Method
Draws lines from SciChart.Charting2D.Interop.XyColorVertex array as a single batched call.
Syntax
void DrawLinesBatch( XyColorVertex[] points, int count, IPen2D pen, bool isStrips, bool isDigital, Nullable<bool> isDrawNanAsGaps, SCRTVertexTransform vertexTransform )
Parameters
- points
- The SciChart.Charting2D.Interop.XyColorVertex array containing data to draw.
- count
- The number of points to draw.
- pen
- The default line pen.
- isStrips
- If set to
falsedraw a line in segments. - isDigital
- If set to
truedraw a digital, stepped line. - isDrawNanAsGaps
- If set to
truedouble.NaN gaps are rendered as gaps, otherwise as closed lines. Null means regular line. - vertexTransform
- The optional per-vertex transform to apply to each point during rendering. Null means identity matrix.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also