.netCHARTING v10.5 Documentation


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
'Declaration
 
Public Function GetPolygon() As PointF()
'Usage
 
Dim instance As Element
Dim value() As PointF
 
value = instance.GetPolygon()
public PointF[] GetPolygon()

Return Value

A PointF array of the element's polygon.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also