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

In This Topic
    _getAppropriateLerpSizes Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _getAppropriateLerpSizes( _
       ByVal total As Double, _
       ByVal weights As List(Of Double) _
    ) As List(Of Double)
    public static List<double> _getAppropriateLerpSizes( 
       double total,
       List<double> weights
    )

    Parameters

    total
    weights
    See Also