BiPieChartSection

This class handles the components used to show the rectangles for a pie chart.

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

Constructor

new BiPieChartSection ( oChart,oCategory )

Parameters

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

Properties

Name Type get set Descripton
endAngle Number checked checked The angle given in radians where the pie chart section ends.
explode Number checked checked The distance to move the sectio from the center (0-1, percentage of available size).
radius Number checked checked The size of the radius (0-1) where 1 means that it will take up the entire available size
startAngle Number checked checked The angle given in radians where the pie chart section starts.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.