ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Chart Namespace / IRenderEngine Interface / DrawLines Method
Array of x-coordinates.
Array of y-coordinates.

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

    Parameters

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