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

In This Topic
    _pack Method (Vertexes)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _pack( _
       ByVal xs As List(Of Double), _
       ByVal ys As List(Of Double) _
    ) As IVertexes
    public static IVertexes _pack( 
       List<double> xs,
       List<double> ys
    )

    Parameters

    xs
    ys
    See Also