The vertices.
The vertex count.
if set to true, then one or more vertex has semi-transparent colours. This determines whether alpha blending is used.
SetVertices Method (ILinesMesh)
Sets raw vertices on the lines mesh. the vertex format is SciChart.Charting3D.Interop.sIMLineVertex and each 1 vertex represents a line segment, with start and end position
Syntax

Parameters

vertices
The vertices.
vertCount
The vertex count.
hasTransparentColors
if set to true, then one or more vertex has semi-transparent colours. This determines whether alpha blending is used.
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