dotnetCHARTING Send comments on this topic.
GetCoordinates Method
See Also 
dotnetCHARTING Namespace > ChartArea Class : GetCoordinates Method



Gets the coordinates of this ChartArea after the chart is rendered.

Syntax

Visual Basic (Declaration) 
Public Function GetCoordinates() As Point()
Visual Basic (Usage)Copy Code
Dim instance As ChartArea
Dim value() As Point
 
value = instance.GetCoordinates()
C# 
public Point[] GetCoordinates()
C++/CLI 
public:
array<Point> GetCoordinates(); 

See Also