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


Gets a Rectangle object indicating this ChartArea's position and size after the chart is rendered.

Syntax

Visual Basic (Declaration) 
Public Function GetRectangle() As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As ChartArea
Dim value As Rectangle
 
value = instance.GetRectangle()
C# 
public Rectangle GetRectangle()

See Also

© 2010 All Rights Reserved.