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

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

    Parameters

    strokeWidth
    strokeDasharray
    stroke
    fill
    See Also