Package | stimulsoft.report.chart.view.constantLines |
Class | public dynamic class StiConstantLinesCollection |
Inheritance | StiConstantLinesCollection ![]() ![]() |
Implements | IStiClonable, IStiApplyStyle |
Property | Defined By | ||
---|---|---|---|
chart : StiChart | StiConstantLinesCollection | ||
![]() | count : int [read-only] | StiBaseCollection | |
![]() | name : String | StiBaseCollection |
Method | Defined By | ||
---|---|---|---|
StiConstantLinesCollection | |||
add(value:IStiConstantLines):void | StiConstantLinesCollection | ||
addRange(values:Array):void | StiConstantLinesCollection | ||
applyStyle(style:IStiChartStyle):void Applying specified style to this area. | StiConstantLinesCollection | ||
![]() | clear():void | StiBaseCollection | |
clone(... args):Object | StiConstantLinesCollection | ||
contains(value:IStiConstantLines):Boolean | StiConstantLinesCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
![]() | equals(object:Object):Boolean | StiBaseCollection | |
![]() | 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:IStiConstantLines):void | StiConstantLinesCollection | ||
memberwiseClone():Object [override] | StiConstantLinesCollection | ||
![]() | 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:IStiConstantLines):void | StiConstantLinesCollection | ||
![]() | 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
StiConstantLinesCollection | () | Constructor |
public function StiConstantLinesCollection()
add | () | method |
addRange | () | method |
public function addRange(values:Array):void
Parameters
values:Array |
applyStyle | () | method |
public function applyStyle(style:IStiChartStyle):void
Applying specified style to this area.
Parameters
style:IStiChartStyle |
clone | () | method |
public function clone(... args):Object
Parameters
... args |
Object |
contains | () | method |
public function contains(value:IStiConstantLines):Boolean
Parameters
value:IStiConstantLines |
Boolean |
insert | () | method |
public function insert(index:int, value:IStiConstantLines):void
Parameters
index:int | |
value:IStiConstantLines |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |
remove | () | method |