Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChart Class / PlotArea Property


In This Topic
    PlotArea Property
    In This Topic
    Gets or sets the plot area of chart.
    Syntax
    'Declaration
     
    Public Property PlotArea As PlotArea
    'Usage
     
    Dim instance As SpreadChart
    Dim value As PlotArea
     
    instance.PlotArea = value
     
    value = instance.PlotArea
    public PlotArea PlotArea {get; set;}

    Property Value

    The plot area of chart.
    See Also