ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Dashboard Namespace / LineStyle Class / LineStyle Constructor

In This Topic
    LineStyle Constructor
    In This Topic
    Creates solid line with specified color and width.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As Color, _
       ByVal width As Length _
    )
    public LineStyle( 
       Color color,
       Length width
    )

    Parameters

    color
    width
    See Also