TickLength Property (AxisStyle)
The length of the ticks on the axis.
Syntax
Property TickLength As Integer
See Also
Axis Object
Axes Collection
AxisStyle Object
Example
' Set tick length on X axis to 5
Chart2D1.ChartArea.Axes("X").AxisStyle.TickLength = 5