Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / PlotArea Property


In This Topic
    PlotArea Property
    In This Topic
    Gets an IPlotArea object that represents the plot area of a chart.
    Syntax
    'Declaration
     
    ReadOnly Property PlotArea As IPlotArea
    'Usage
     
    Dim instance As IChart
    Dim value As IPlotArea
     
    value = instance.PlotArea
    IPlotArea PlotArea {get;}
    Remarks
    This function works with Spread WPF only.
    See Also