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

In This Topic
    _interpolatePointDataValues Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _interpolatePointDataValues( _
       ByVal pointDataValues As List(Of IPoint), _
       ByVal lineAspect As LineAspect, _
       ByVal swapAxes As Boolean _
    ) As List(Of IPoint)
    public static List<IPoint> _interpolatePointDataValues( 
       List<IPoint> pointDataValues,
       LineAspect lineAspect,
       bool swapAxes
    )

    Parameters

    pointDataValues
    lineAspect
    swapAxes
    See Also