ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("FlexChart.PlotRect", "Returns plot area rectangle (rectangle inside chart axes).")>
    <BrowsableAttribute(False)>
    Public ReadOnly Property PlotRect As RectangleF
    [C1Description("FlexChart.PlotRect", "Returns plot area rectangle (rectangle inside chart axes).")]
    [Browsable(false)]
    public RectangleF PlotRect {get;}
    See Also