RadialAxis

Description

The RadialAxis class is used to work with a radial axis.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          ChartObject

          Axis

          RadialAxis

Comments

A radial axis is a pseudo-axis that controls radius of bubbles displayed on a bubble chart. This is a non-visual axis that only contains range of valid values for bubble radius.

Properties

maxSize. Maximum bubble radius (in points).

minSize. Minimum bubble radius (in points).

Properties inherited from Axis

axisType. Axis type.

Properties inherited from ChartObject

animations. An array of animation parameters for chart element.

chart. The chart that includes the visual element.

visible. Indicates whether the visual element is visual.

Methods

configureRadialAxisWithDict:. Sets up the axis according to the specified configuration.

Methods inherited from ChartObject

addAnimation:. Adds animation for a chart element.

dumpConfigurationToDict. Returns object to which parameters of visual chart element are loaded.

removeAllAnimations. Removes all animation set for a visual chart element.

removeAnimation:. Removes specified animation parameters for chart element.

See also:

Classes