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

In This Topic
    _buildLineShapes Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _buildLineShapes( _
       ByVal lineShapes As List(Of IPolylineShape) _
    ) As IPath
    public static IPath _buildLineShapes( 
       List<IPolylineShape> lineShapes
    )

    Parameters

    lineShapes
    See Also