BiAbstractChartSection

Used as base class for marker, column rect and pie chart section. These are used to create the visual presentation for the data points of a chart.

This class extends BiAbstractChartSectionBase and therefore all methods and fields available for BiAbstractChartSectionBase are also available for BiAbstractChartSection .

Constructor

new BiAbstractChartSection ( oChart,oCategory )

Parameters

Name Type Optional Default Descripton
oChart BiAbstractChart The chart that the chart section is part of
oCategory BiChartCategory The category that the chart section is displaying

Properties

None.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

It is preferred to set the properties on the graph presentation manager instead of directly setting it on the section. Setting the property on the presentation manager makes it persist when changing the type of the chart and other changes that require the sections to be recreated.