ComponentOne FinancialChart for UWP Edition
DrawLines Method

C1.Chart Namespace > IRenderEngine Interface : DrawLines Method
Array of x-coordinates.
Array of y-coordinates.
Draw lines using specified coordinates.
Syntax
'Declaration
 
Sub DrawLines( _
   ByVal xs() As Double, _
   ByVal ys() As Double _
) 
void DrawLines( 
   double[] xs,
   double[] ys
)

Parameters

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

Reference

IRenderEngine Interface
IRenderEngine Members