FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / IRenderEngine 接口 / DrawPolygon 方法
Array of x-coordinates.
Array of y-coordinates.

本主题中
    DrawPolygon 方法 (IRenderEngine)
    本主题中
    Draw polygon with currect stroke and fill.
    语法
    '声明
     
    Sub DrawPolygon( _
       ByVal xs() As Double, _
       ByVal ys() As Double _
    ) 
    void DrawPolygon( 
       double[] xs,
       double[] ys
    )

    参数

    xs
    Array of x-coordinates.
    ys
    Array of y-coordinates.
    请参见