| Package | xp.charting |
| Class | public class SeriesSet |
| Inheritance | SeriesSet ChartStyleClient ChartDisplayElement ProgrammaticSkin mx.core.FlexSprite |
Default MXML Propertyseries
| Property | Defined by | ||
|---|---|---|---|
![]() | childList : Array | ChartStyleClient | |
![]() | _deferLayout : Boolean = false | ProgrammaticSkin | |
![]() | invalidateDisplayListFlag : Boolean = false | ProgrammaticSkin | |
![]() | invalidatePropertiesFlag : Boolean = false | ProgrammaticSkin | |
![]() | invalidateSizeFlag : Boolean = false | ProgrammaticSkin | |
![]() | owner : Object | ChartStyleClient | |
![]() | _parent : DisplayObjectContainer | ChartDisplayElement | |
| _series : Array | SeriesSet | ||
| seriesListChanged : Boolean = false | SeriesSet | ||
![]() | sizeChanged : Boolean = false | ProgrammaticSkin | |
![]() | styleParent : IStyleClient | ChartStyleClient | |
![]() | stylesInitialized : Boolean = false | ChartStyleClient | |
![]() | textFieldList : Array | ChartStyleClient | |
| Method | Defined by | ||
|---|---|---|---|
| SeriesSet | |||
|
addChild(child:DisplayObject):DisplayObject
| SeriesSet | ||
|
addChildAt(child:DisplayObject, index:int):DisplayObject
| SeriesSet | ||
|
axesChangedHandler(e:Event):void
| SeriesSet | ||
![]() |
clearStyle(styleProp:String):void
| ChartStyleClient | |
![]() |
determineTextFormatFromStyles():UITextFormat
| ChartStyleClient | |
![]() |
getClassStyleDeclarations():Array
| ChartStyleClient | |
|
getClusterCount():int
| SeriesSet | ||
| SeriesSet | |||
![]() |
getStyle(styleProp:String):*
| ChartStyleClient | |
![]() |
initElement(chart:IChartArea):void
| ChartDisplayElement | |
![]() |
invalidateDisplayList():void
| ProgrammaticSkin | |
![]() |
invalidateProperties():void
| ProgrammaticSkin | |
![]() |
invalidateSize():void
| ProgrammaticSkin | |
![]() |
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates.
| ProgrammaticSkin | |
|
notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void
Propagate style changes to the children.
| SeriesSet | ||
![]() |
parentChanged(p:DisplayObjectContainer):void
| ChartStyleClient | |
![]() |
regenerateStyleCache(recursive:Boolean):void
| ChartStyleClient | |
![]() |
registerEffects(effects:Array):void
| ChartStyleClient | |
|
removeChild(child:DisplayObject):DisplayObject
| SeriesSet | ||
|
removeChildAt(index:int):DisplayObject
| SeriesSet | ||
![]() |
setActualSize(newWidth:Number, newHeight:Number):void
Sets the height and width of this object.
| ProgrammaticSkin | |
![]() |
setStyle(styleProp:String, newValue:*):void
| ChartStyleClient | |
![]() |
styleChanged(styleProp:String):void
| ChartStyleClient | |
![]() |
validateDisplayList():void
| ChartDisplayElement | |
![]() |
validateNow():void
Validate and update the properties and layout of this object
and redraw it, if necessary.
| ProgrammaticSkin | |
![]() |
validateProperties():void
| ProgrammaticSkin | |
![]() |
validateSize(recursive:Boolean = false):void
| ChartDisplayElement | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
activate():void
| ChartDisplayElement | |
![]() |
addedHandler(e:Event):void
| ChartDisplayElement | |
| SeriesSet | |||
|
axesChanged():void
| SeriesSet | ||
|
commitProperties():void
| SeriesSet | ||
![]() |
createChildren():void
| ChartDisplayElement | |
![]() |
deactivate():void
| ChartDisplayElement | |
![]() |
deferLayout(state:Boolean):void
| ProgrammaticSkin | |
![]() |
getParent():DisplayObjectContainer
| ChartDisplayElement | |
![]() |
initHierarchy():void
| ChartDisplayElement | |
|
initialize():void
| SeriesSet | ||
![]() |
initializeStyles():void
| ChartStyleClient | |
![]() |
initTextFields():void
| ChartStyleClient | |
|
invalidateSeriesList():void
| SeriesSet | ||
![]() |
measure():void
| ProgrammaticSkin | |
![]() |
nestLevelChanged():void
| ProgrammaticSkin | |
![]() |
notifyTextFieldStyleChange(styleProp:String):void
| ChartStyleClient | |
|
plotSizeChangedHandler(e:Event):void
| SeriesSet | ||
![]() |
removedHandler(e:Event):void
| ChartDisplayElement | |
|
seriesChanged():void
| SeriesSet | ||
![]() |
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
| ProgrammaticSkin | |
| _series | property |
protected var _series:Array
| series | property |
series:Array [read-write]Get or set the series array
Implementation public function get series():Array
public function set series(value:Array):void
| seriesListChanged | property |
protected var seriesListChanged:Boolean = false
| xAxis | property |
| xAxisIndex | property |
xAxisIndex:int [read-write]The index of x Axis for this set
Implementation public function get xAxisIndex():int
public function set xAxisIndex(value:int):void
| yAxis | property |
| yAxisIndex | property |
yAxisIndex:int [read-write]The index of y Axis for this set
Implementation public function get yAxisIndex():int
public function set yAxisIndex(value:int):void
| SeriesSet | () | constructor |
public function SeriesSet()
| addChild | () | method |
public override function addChild(child:DisplayObject):DisplayObjectParameters
child:DisplayObject |
DisplayObject |
| addChildAt | () | method |
public override function addChildAt(child:DisplayObject, index:int):DisplayObjectParameters
child:DisplayObject |
|
index:int |
DisplayObject |
| addSeries | () | method |
| axesChanged | () | method |
protected function axesChanged():void
| axesChangedHandler | () | method |
public function axesChangedHandler(e:Event):voidParameters
e:Event |
| commitProperties | () | method |
protected override function commitProperties():void
| getClusterCount | () | method |
public function getClusterCount():int
Returns
int |
| getPreviousStackedSeries | () | method |
public function getPreviousStackedSeries(series:IStackable):SeriesParameters
series:IStackable |
Series |
| initialize | () | method |
protected override function initialize():void
| invalidateSeriesList | () | method |
protected function invalidateSeriesList():void
| notifyStyleChangeInChildren | () | method |
public override function notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):voidPropagate style changes to the children. You typically never need to call this method.
ParametersstyleProp:String — String specifying the name of the style property.
|
|
recursive:Boolean — Recursivly notify all children of this component.
|
| plotSizeChangedHandler | () | method |
protected override function plotSizeChangedHandler(e:Event):voidParameters
e:Event |
| removeChild | () | method |
public override function removeChild(child:DisplayObject):DisplayObjectParameters
child:DisplayObject |
DisplayObject |
| removeChildAt | () | method |
public override function removeChildAt(index:int):DisplayObjectParameters
index:int |
DisplayObject |
| seriesChanged | () | method |
protected function seriesChanged():void