ComponentOne Xamarin Edition
DrawLines Method
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Core Namespace > IRenderEngine Interface : DrawLines Method
Array of x-coordinates.
Array of y-coordinates.
Draw lines using specified coordinates.
Syntax
void DrawLines( 
   double[] xs,
   double[] ys
)

Parameters

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

Reference

IRenderEngine Interface
IRenderEngine Members