The AxisTicks class is used to work with axis tick marks.
AxisTicks
Tick parameters can be set up only for axes implemented by the ValueAxis class.
color. Tick mark color.
size. Tick length (points).
thickness. Tick mark thickness (points).
type. Tick mark type that determines its position relative to the axis.
visible. Determines whether to show tick marks.
dumpConfigurationToDict. Returns the object to which the axis tick mark parameters are loaded.
initWithColor:size:thickness:. It initializes an instance of axis tick marks according to the specified parameters.
axisTicksWithColor:size:thickness:. Creates an instance of axis tick marks according to the specified parameters.
ticksWithDict:. Creates an instance of axis tick marks based on the object that contains their parameters
See also: