ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / FunctionalSimpleInterpolator Class / interpolate Method

In This Topic
    interpolate Method (FunctionalSimpleInterpolator)
    In This Topic
    Syntax
    'Declaration
     
    Public Function interpolate( _
       ByVal xsArg As List(Of Double), _
       ByVal ysArg As List(Of Double) _
    ) As IPolyline
    public IPolyline interpolate( 
       List<double> xsArg,
       List<double> ysArg
    )

    Parameters

    xsArg
    ysArg
    See Also