ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 Windows.Foundation.Rect
    public Windows.Foundation.Rect PlotRect {get;}
    See Also