dotnetCHARTING Send comments on this topic.
GetCoordintates Method
See Also 
dotnetCHARTING Namespace > Axis Class : GetCoordintates Method



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

Syntax

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

See Also