ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / GetAxisRect Method


In This Topic
    GetAxisRect Method
    In This Topic
    Gets the coordinates of axis rectangle.
    Syntax
    'Declaration
     
    
    Public Function GetAxisRect() As Rect
    'Usage
     
    
    Dim instance As Axis
    Dim value As Rect
     
    value = instance.GetAxisRect()
    public Rect GetAxisRect()
    See Also