ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _LineShapeView Class / _LineShapeView Constructor

In This Topic
    _LineShapeView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal shape As IPolylineShape, _
       ByVal symbolPointViews As List(Of ISymbolPointView), _
       ByVal style As IStyle _
    )
    public _LineShapeView( 
       IPolylineShape shape,
       List<ISymbolPointView> symbolPointViews,
       IStyle style
    )

    Parameters

    shape
    symbolPointViews
    style
    See Also