.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : ZeroTick Property
ZeroTick Property
Gets or sets an AxisTick that replaces automatically generated axis tick with a value of zero (0).
Syntax
'Declaration
 
Public Property ZeroTick As AxisTick
'Usage
 
Dim instance As Axis
Dim value As AxisTick
 
instance.ZeroTick = value
 
value = instance.ZeroTick
public AxisTick ZeroTick {get; set;}
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