The RadialAxis class is used to work with a radial axis.
RadialAxis
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.
maxSize. Maximum bubble radius (in points).
minSize. Minimum bubble radius (in points).
axisType. Axis type.
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.
configureRadialAxisWithDict:. Sets up the axis according to the specified configuration.
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: