ActiveReports.Chart Request technical support
BorderLine Property
See Also 


Gets or sets the line information for the border line of the DataPoint.

Syntax

Visual Basic (Declaration) 
Public Property BorderLine As Line
Visual Basic (Usage)Copy Code
Dim instance As DataPoint
Dim value As Line
 
instance.BorderLine = value
 
value = instance.BorderLine
C# 
public Line BorderLine {get; set;}

See Also