ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexChart 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 Rect
    'Usage
     
    
    Dim instance As C1FlexChart
    Dim value As Rect
     
    value = instance.PlotRect
    public Rect PlotRect {get;}
    public:
    property Rect PlotRect {
       Rect get();
    }
    See Also