ActiveReports.Chart Request technical support
Step Property
See Also 


Gets or sets the step between two subsequent ticks in the units of measure of the axis.

Syntax

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

See Also