| Visual Basic (Declaration) | |
|---|---|
| Public Property ZeroTick As AxisTick | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public AxisTick ZeroTick {get; set;} | |
            This tick can be disabled by setting it to null or it can be overridden by adding
            a new AxisTick with a value of zero to the ExtraTicks collection.
            
            In order to disable the zero tick, set it to null: Axis.ZeroTick = null
            
            
            
             
     
     
     
    