WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.Chart Namespace / IRenderEngine Interface / DrawPolygon Method
Array of x-coordinates.
Array of y-coordinates.
In This Topic
    DrawPolygon Method (IRenderEngine)
    In This Topic
    Draw polygon with currect stroke and fill.
    Syntax
    void DrawPolygon( 
       double[] xs,
       double[] ys
    )

    Parameters

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