Action
Gets an array that specifies where Flex draws the tick marks along the axis. Each array element contains a value between 0
and 1.
Syntax
C#
protected List(Of Double) ticks { get; }
VB
'Declaration
Protected Read Property ticks As List(Of Double)
Access
Read only.