Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GetCompatiblePlotArea Method
The chart model.
The source series indicates that its PlotArea has the highest priority in choosing.
The target series which is added to the chart model.


In This Topic
    GetCompatiblePlotArea Method
    In This Topic
    Gets the compatible plot area to add to targetSeries.
    Syntax
    'Declaration
     
    
    Public Function GetCompatiblePlotArea( _
       ByVal model As ChartModel, _
       ByVal sourceSeries As Series, _
       ByVal targetSeries As Series _
    ) As PlotArea
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim model As ChartModel
    Dim sourceSeries As Series
    Dim targetSeries As Series
    Dim value As PlotArea
     
    value = instance.GetCompatiblePlotArea(model, sourceSeries, targetSeries)
    public PlotArea GetCompatiblePlotArea( 
       ChartModel model,
       Series sourceSeries,
       Series targetSeries
    )

    Parameters

    model
    The chart model.
    sourceSeries
    The source series indicates that its PlotArea has the highest priority in choosing.
    targetSeries
    The target series which is added to the chart model.
    See Also