ActiveReports Developer 7
BorderLine Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPoint Class : BorderLine Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property BorderLine As Line
C# 
public Line BorderLine {get; set;}

See Also