| Package | stimulsoft.report.chart.view.series |
| Class | public dynamic class StiSeriesCollection |
| Inheritance | StiSeriesCollection StiBaseCollection Object |
| Implements | IStiClonable, IStiApplyStyle |
| Property | Defined By | ||
|---|---|---|---|
| chart : StiChart | StiSeriesCollection | ||
![]() | count : int [read-only] | StiBaseCollection | |
![]() | name : String | StiBaseCollection | |
| Method | Defined By | ||
|---|---|---|---|
| StiSeriesCollection | |||
add(value:IStiSeries):void | StiSeriesCollection | ||
addRange(values:Array):void | StiSeriesCollection | ||
applyStyle(style:IStiChartStyle):void | StiSeriesCollection | ||
![]() | clear():void | StiBaseCollection | |
clone(... args):Object | StiSeriesCollection | ||
contains(value:IStiSeries):Boolean | StiSeriesCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
![]() | equals(object:Object):Boolean | StiBaseCollection | |
getByName(name:String):IStiSeries | StiSeriesCollection | ||
![]() | 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 | |
![]() | getShortTypeName():String | StiBaseCollection | |
![]() | getType():Class | StiBaseCollection | |
![]() | getTypeName():String | StiBaseCollection | |
insert(index:int, value:IStiSeries):void | StiSeriesCollection | ||
memberwiseClone():Object [override] | StiSeriesCollection | ||
![]() | moveDown(object:*):void Moving an object of a collection one position closer to the end of the collection | StiBaseCollection | |
![]() | moveUp(object:*):void Moving objects of a collection one position up to the begining of the collection | StiBaseCollection | |
remove(value:IStiSeries):void | StiSeriesCollection | ||
![]() | replace(object1:*, object2:*):void Replace two objects of a collection, provided that they are placed in it | StiBaseCollection | |
![]() | serialize():XMLNode | StiBaseCollection | |
![]() | toArray():Array Converting into Array | StiBaseCollection | |
| chart | property |
chart:StiChart public function get chart():StiChart public function set chart(value:StiChart):void| StiSeriesCollection | () | Constructor |
public function StiSeriesCollection()| add | () | method |
| addRange | () | method |
public function addRange(values:Array):voidParameters
values:Array |
| applyStyle | () | method |
| clone | () | method |
public function clone(... args):ObjectParameters
... args |
Object |
| contains | () | method |
| getByName | () | method |
| insert | () | method |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |
| remove | () | method |