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


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

Syntax

Visual Basic (Declaration) 
Public Function GetCoordinates() As Point()
Visual Basic (Usage)Copy Code
Dim instance As Box
Dim value() As Point
 
value = instance.GetCoordinates()
C# 
public Point[] GetCoordinates()

See Also

© 2010 All Rights Reserved.