BarSeries

Description

The BarSeries class is used to work with bar chart series.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          ChartObject

          ChartSeries

          ColumnSeries

          BarSeries

Comments

A bar chart is similar to a column chart, but its bars are plotted in another way. The category axis (X) is plotted vertically, while the value axis (Y) is plotted horizontally. A bar chart shows series as horizontal bars.

Properties inherited from ColumnSeries

background. Column background fill parameters.

borderColor. Color of column borders.

borderRadius. Radius of upper column corners.

borderThickness. Column border thickness.

fillRatio. Relative width of columns.

Properties inherited from ChartSeries

dataIndex. Series index in the data source.

defaultLabel. Series label parameters.

hostsByAdditionalAxis. Determines whether to display series on a chart secondary axis.

isLegendVisible. Determines whether to show series description in chart legend.

points. Collection of series points.

seriesName. Data series name.

shadowColor. Color of series shadow.

shadowOffset. Offset of series shadow.

shadowOpacity. Series shadow transparency.

shadowRadius. Shadow radius.

showShadow. Determines whether to display series shadow.

Methods inherited from ChartSeries

configureSeriesWithDict:. Sets up series according to the specified parameters.

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

forceDataUpdate. Refreshes series data.

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 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