ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPoint Class / BorderLine Property

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

    Property Value

    The border line.
    See Also