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

In This Topic
    DashSymbol Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dash As IPolylineShape, _
       ByVal style As IStyle, _
       ByVal matrix As IMatrix, _
       ByVal rectangle As IRectangle _
    )
    public DashSymbol( 
       IPolylineShape dash,
       IStyle style,
       IMatrix matrix,
       IRectangle rectangle
    )

    Parameters

    dash
    style
    matrix
    rectangle
    See Also