Packageorg.apache.flex.charts.beads.layouts
Classpublic class PieChartLayout
InheritancePieChartLayout Inheritance ChartBaseLayout Inheritance Object
Implements IBeadLayout

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The PieChartLayout class calculates the size and position of all of the itemRenderers for a PieChart.



Public Properties
 PropertyDefined By
 Inheritedchart : ChartBase
[read-only] Returns the strand, cast as an instance of ChartBase.
ChartBaseLayout
 InheritedchartDataGroup : IChartDataGroup
[read-only] Returns the object into which the chart elements are drawn or added.
ChartBaseLayout
 InheritedhorizontalAxisBead : IHorizontalAxisBead
[read-only] The horizontal axis bead or null if one is not present.
ChartBaseLayout
 Inheritedstrand : IStrand
ChartBaseLayout
 InheritedverticalAxisBead : IVerticalAxisBead
[read-only] The vertical axis bead or null if one is not present.
ChartBaseLayout
Public Methods
 MethodDefined By
  
constructor.
PieChartLayout
 Inherited
layout():Boolean
ChartBaseLayout
Protected Methods
 MethodDefined By
 Inherited
Subclasses should implement this to draw the chart, adding elements to the chartDataGroup.
ChartBaseLayout
Constructor Detail
PieChartLayout()Constructor
public function PieChartLayout()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.