Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GetPlotArea Method
The model.
The series.


In This Topic
    GetPlotArea Method
    In This Topic
    Gets the plot area.
    Syntax
    'Declaration
     
    
    Public Function GetPlotArea( _
       ByVal model As ChartModel, _
       ByVal series As Series _
    ) As PlotArea
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim model As ChartModel
    Dim series As Series
    Dim value As PlotArea
     
    value = instance.GetPlotArea(model, series)
    public PlotArea GetPlotArea( 
       ChartModel model,
       Series series
    )

    Parameters

    model
    The model.
    series
    The series.
    See Also