ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / Line Class / Line Constructor / Line Constructor(Color)
Specifies the line color.

In This Topic
    Line Constructor(Color)
    In This Topic
    Initializes a new instance of the Line class with a solid, 1 pt line, and the color specified.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As Color _
    )
    public Line( 
       Color color
    )

    Parameters

    color
    Specifies the line color.
    See Also