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

In This Topic
    _renderAreaShapes Method (_AreaCartesianSeriesView)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub _renderAreaShapes( _
       ByVal render As IRender, _
       ByVal context As IRenderContext, _
       ByVal areaShapes As List(Of IAreaShape) _
    ) 
    public void _renderAreaShapes( 
       IRender render,
       IRenderContext context,
       List<IAreaShape> areaShapes
    )

    Parameters

    render
    context
    areaShapes
    See Also