dotnetCHARTING Send comments on this topic.
ZeroTick Property
See Also 
dotnetCHARTING Namespace > Axis Class : ZeroTick Property


Gets or sets an AxisTick that replaces automatically generated axis tick with a value of zero (0).

Syntax

Visual Basic (Declaration) 
Public Property ZeroTick As AxisTick
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As AxisTick
 
instance.ZeroTick = value
 
value = instance.ZeroTick
C# 
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

See Also

© 2010 All Rights Reserved.