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

Glossary Item Box

Gets or sets the line information used for the border line of the Series.

Syntax

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

See Also