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

In This Topic
    _OverlayLineSymbol Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal strokeWidth As Nullable(Of Double), _
       ByVal strokeDasharray As String, _
       ByVal color As IColor _
    )
    public _OverlayLineSymbol( 
       Nullable<double> strokeWidth,
       string strokeDasharray,
       IColor color
    )

    Parameters

    strokeWidth
    strokeDasharray
    color
    See Also