ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / Line Class / Style Property

In This Topic
    Style Property (Line)
    In This Topic
    Gets or sets the style used to draw the line.
    Syntax
    'Declaration
     
    Public Property Style As LineStyle
    public LineStyle Style {get; set;}

    Property Value

    A valid LineStyle enumeration.
    See Also