C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / DrawLines Method
Array of x-coordinates.
Array of y-coordinates.

In This Topic
DrawLines Method (SvgRendering)
In This Topic
Draw lines using specified coordinates.
Syntax
'Declaration
 
Public Sub DrawLines( _
   ByVal xs() As System.Double, _
   ByVal ys() As System.Double _
) 
 

Parameters

xs
Array of x-coordinates.
ys
Array of y-coordinates.
See Also