Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / FlexChart Class / PlotRect Property


In This Topic
    PlotRect Property
    In This Topic
    Returns plot area rectangle (rectangle inside chart axes).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PlotRect As CoreGraphics.CGRect
    'Usage
     
    
    Dim instance As FlexChart
    Dim value As CoreGraphics.CGRect
     
    value = instance.PlotRect
    public CoreGraphics.CGRect PlotRect {get;}
    See Also