dotnetCHARTING Send comments on this topic.
GetPolygon Method
See Also 
dotnetCHARTING Namespace > Element Class : GetPolygon Method


Gets the coordinates of the element after the chart is generated. This can be used to draw on top of the element by knowing its polygon coordinates.

Syntax

Visual Basic (Declaration) 
Public Function GetPolygon() As PointF()
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value() As PointF
 
value = instance.GetPolygon()
C# 
public PointF[] GetPolygon()

Return Value

A PointF array of the element's polygon.

See Also

© 2010 All Rights Reserved.