Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexChart Class / PlotRect Property

In This Topic
    PlotRect Property (FlexChart)
    In This Topic
    Returns plot area rectangle (rectangle inside chart axes).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PlotRect As RectangleF
    public RectangleF PlotRect {get;}
    See Also