ChartPlaced

Description

The ChartPlaced class is used to work with chart elements, for which margins and background can be set.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          ChartObject

          ChartPlaced

Comments

Classes for working with chart elements, for which the user can define margin size and background:

Properties

autoMargin. Size of additional element margins.

autoPadding. Size of additional element paddings.

background. Element background fill options.

borderColor. Color of element borders.

borderRadius. Radius of rounded corners (points).

borderThickness. Element border width (points).

boundsWithPadding. Actual size of element area (without taking into account paddings).

margin. Size of element margins.

optimizedOut. Determines whether element is hidden.

padding. Size of element paddings.

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

findChartPointHit:. Returns series point positioned at the specified coordinate.

setFrameForChartPlaced. Sets frame for a chart object.

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