Package | org.apache.flex.charts.supportClasses |
Class | public class ChartDataGroup |
Inheritance | ChartDataGroup ![]() ![]() ![]() ![]() ![]() |
Implements | IChartDataGroup |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Method | Defined By | ||
---|---|---|---|
constructor. | ChartDataGroup | ||
![]() | [override]
Add a bead to the strand. | UIBase | |
![]() | addedToParent():void
The method called when added to a parent. | UIBase | |
![]() | addElement(c:Object, dispatchEvent:Boolean = true):void
Add a component to the parent. | UIBase | |
![]() | addElementAt(c:Object, index:int, dispatchEvent:Boolean = true):void
Add a component to the parent. | UIBase | |
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | UIBase | |
![]() | getElementAt(index:int):Object
Get a component from the parent. | UIBase | |
![]() | getElementIndex(c:Object):int
Gets the index of this subcomponent. | UIBase | |
![]() | getItemRendererForIndex(index:int):IItemRenderer
The IItemRendererParent interface is the basic interface for the
container that parents item renderers. | DataGroup | |
Returns the itemRenderer that matches both the series and child index. | ChartDataGroup | ||
Returns the first itemRenderer that encompasses the point. | ChartDataGroup | ||
![]() | isHeightSizedToContent():Boolean | UIBase | |
![]() | isWidthSizedToContent():Boolean | UIBase | |
![]() | removeAllElements():void | ContainerContentArea | |
![]() |
Remove a bead from the strand. | UIBase | |
![]() | removeElement(c:Object, dispatchEvent:Boolean = true):void
Remove a component from the parent. | UIBase | |
![]() | setHeight(value:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setWidth(value:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setWidthAndHeight(newWidth:Number, newHeight:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setX(value:Number):void | UIBase | |
![]() | setY(value:Number):void | UIBase | |
![]() | updateAllItemRenderers():void
Refreshes the itemRenderers. | DataGroup |
ChartDataGroup | () | Constructor |
public function ChartDataGroup()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
constructor.
getItemRendererForSeriesAtIndex | () | method |
public function getItemRendererForSeriesAtIndex(series:IChartSeries, index:int):IChartItemRenderer
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Returns the itemRenderer that matches both the series and child index. A null return is valid since some charts have optional itemRenderers for their series.
Parameters
series:IChartSeries | |
index:int |
IChartItemRenderer |
getItemRendererUnderPoint | () | method |
public function getItemRendererUnderPoint(point:Point):IChartItemRenderer
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Returns the first itemRenderer that encompasses the point.
Parameters
point:Point |
IChartItemRenderer |