ActiveReports.Chart Request technical support
GridLine Property
See Also 


Gets or sets the line used to draw the grid on the chart walls.

Syntax

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

See Also