ComponentOne FlexChart for WPF
DrawPolygon Method

C1.WPF.FlexChart.4 Assembly > C1.Chart Namespace > IRenderEngine Interface : DrawPolygon Method
Array of x-coordinates.
Array of y-coordinates.
Draw polygon with currect stroke and fill.
Syntax
'Declaration
 
Sub DrawPolygon( _
   ByVal xs() As System.Double, _
   ByVal ys() As System.Double _
) 
void DrawPolygon( 
   System.double[] xs,
   System.double[] ys
)

Parameters

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

Reference

IRenderEngine Interface
IRenderEngine Members