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

Glossary Item Box

Gets or sets the offset of the first tick from the Min value of the axis.

Syntax

Visual Basic (Declaration) 
Public Property TickOffset As System.Double
C# 
public System.double TickOffset {get; set;}

See Also