Packagestimulsoft.report.chart.view.series
Classpublic dynamic class StiSeriesCollection
InheritanceStiSeriesCollection Inheritance StiBaseCollection Inheritance Object
Implements IStiClonable, IStiApplyStyle



Public Properties
 PropertyDefined By
  chart : StiChart
StiSeriesCollection
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
StiSeriesCollection
  
add(value:IStiSeries):void
StiSeriesCollection
  
addRange(values:Array):void
StiSeriesCollection
  
StiSeriesCollection
 Inherited
clear():void
StiBaseCollection
  
clone(... args):Object
StiSeriesCollection
  
contains(value:IStiSeries):Boolean
StiSeriesCollection
 Inherited
copy():*
Copying collection items into a new collection without cloning items
StiBaseCollection
 Inherited
deserialize(value:XMLNode):XMLNode
StiBaseCollection
 Inherited
equals(object:Object):Boolean
StiBaseCollection
  
getByName(name:String):IStiSeries
StiSeriesCollection
 Inherited
getItemsType(value:String = null):Class
If the item type is not specified automatically, a type of collection items, which it will try to deserialize when loading
StiBaseCollection
 Inherited
StiBaseCollection
 Inherited
getType():Class
StiBaseCollection
 Inherited
getTypeName():String
StiBaseCollection
  
insert(index:int, value:IStiSeries):void
StiSeriesCollection
  
[override]
StiSeriesCollection
 Inherited
moveDown(object:*):void
Moving an object of a collection one position closer to the end of the collection
StiBaseCollection
 Inherited
moveUp(object:*):void
Moving objects of a collection one position up to the begining of the collection
StiBaseCollection
  
remove(value:IStiSeries):void
StiSeriesCollection
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
 Inherited
serialize():XMLNode
StiBaseCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Property Detail
chartproperty
chart:StiChart


Implementation
    public function get chart():StiChart
    public function set chart(value:StiChart):void
Constructor Detail
StiSeriesCollection()Constructor
public function StiSeriesCollection()



Method Detail
add()method
public function add(value:IStiSeries):void

Parameters

value:IStiSeries

addRange()method 
public function addRange(values:Array):void

Parameters

values:Array

applyStyle()method 
public function applyStyle(style:IStiChartStyle):void

Parameters

style:IStiChartStyle

clone()method 
public function clone(... args):Object

Parameters

... args

Returns
Object
contains()method 
public function contains(value:IStiSeries):Boolean

Parameters

value:IStiSeries

Returns
Boolean
getByName()method 
public function getByName(name:String):IStiSeries

Parameters

name:String

Returns
IStiSeries
insert()method 
public function insert(index:int, value:IStiSeries):void

Parameters

index:int
 
value:IStiSeries

memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object
remove()method 
public function remove(value:IStiSeries):void

Parameters

value:IStiSeries