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

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

    Parameters

    pointDataValues
    lineAspect
    swapAxes
    See Also