ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / PlotRect Property


In This Topic
    PlotRect Property
    In This Topic
    Gets the plot rectangle (area inside axes).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PlotRect As Rect
    'Usage
     
    
    Dim instance As ChartView
    Dim value As Rect
     
    value = instance.PlotRect
    public Rect PlotRect {get;}
    See Also