FlexPivot for WinForms
DrawPolygon メソッド

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 > IRenderEngine インターフェース : DrawPolygon メソッド
Array of x-coordinates.
Array of y-coordinates.
Draw polygon with currect stroke and fill.
シンタックス
'宣言
 
Sub DrawPolygon( _
   ByVal xs() As System.Double, _
   ByVal ys() As System.Double _
) 
void DrawPolygon( 
   System.double[] xs,
   System.double[] ys
)

パラメータ

xs
Array of x-coordinates.
ys
Array of y-coordinates.
参照

IRenderEngine インターフェース
IRenderEngine メンバ