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

In This Topic
    _renderLineShapes Method (_LineCartesianSeriesView)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub _renderLineShapes( _
       ByVal render As IRender, _
       ByVal context As IRenderContext, _
       ByVal lineShapes As List(Of IPolylineShape) _
    ) 
    public void _renderLineShapes( 
       IRender render,
       IRenderContext context,
       List<IPolylineShape> lineShapes
    )

    Parameters

    render
    context
    lineShapes
    See Also