ActiveReports.Chart Request technical support
TickOffset Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property TickOffset As Double
Visual Basic (Usage)Copy Code
Dim instance As AxisBase
Dim value As Double
 
instance.TickOffset = value
 
value = instance.TickOffset
C# 
public double TickOffset {get; set;}

See Also