ActiveReports Developer 7
MinorTick Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxisBase Class : MinorTick Property

Glossary Item Box

Gets or sets the minor tick of the axis.

Syntax

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

See Also