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

In This Topic
    _interpolatePoints Method (_PolylineShape)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _interpolatePoints( _
       ByVal m As Double _
    ) As List(Of IPoint)
    public List<IPoint> _interpolatePoints( 
       double m
    )

    Parameters

    m
    See Also