In This Topic
Gets or sets the position of tick marks relative to data points.
Syntax
'Declaration
Public Property TickBetween As Boolean
'Usage
Dim instance As IndexAxis
Dim value As Boolean
instance.TickBetween = value
value = instance.TickBetween
public bool TickBetween {get; set;}
See Also