constants TickStyleEnum
Specifies how the control displays the ticks. Use the TickStyle property to specify how the ticks are displayed. The TickColor property indicates the color to paint the ticks.

NameValueDescription
exBottomRight0 The ticks are displayed on the bottom/right side.
exTopLeft1 The ticks are displayed on the top/left side.
exBoth2 The ticks are displayed on the both side.
exNoTicks3 No ticks are displayed.