ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Series Class / BorderLine Property

In This Topic
    BorderLine Property (Series)
    In This Topic
    Gets or sets the line information used for the border line of the Series.
    Syntax
    'Declaration
     
    Public Property BorderLine As Line
    public Line BorderLine {get; set;}
    See Also