AxisTicks

Description

The AxisTicks class is used to work with axis tick marks.

Inheritance Hierarchy

          NSObject

          AxisTicks

Comments

Tick parameters can be set up only for axes implemented by the ValueAxis class.

Properties

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.

Methods

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.

Static Methods

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:

Classes