ZeroTick Property
Gets or sets an AxisTick that replaces automatically generated axis tick with a value of zero (0).
Syntax
Remarks
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
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also