Packagestimulsoft.report.chart.view.constantLines
Classpublic dynamic class StiConstantLinesCollection
InheritanceStiConstantLinesCollection Inheritance StiBaseCollection Inheritance Object
Implements IStiClonable, IStiApplyStyle



Public Properties
 PropertyDefined By
  chart : StiChart
StiConstantLinesCollection
 Inheritedcount : int
[read-only]
StiBaseCollection
 Inheritedname : String
StiBaseCollection
Public Methods
 MethodDefined By
  
StiConstantLinesCollection
  
StiConstantLinesCollection
  
addRange(values:Array):void
StiConstantLinesCollection
  
Applying specified style to this area.
StiConstantLinesCollection
 Inherited
clear():void
StiBaseCollection
  
clone(... args):Object
StiConstantLinesCollection
  
StiConstantLinesCollection
 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
 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:IStiConstantLines):void
StiConstantLinesCollection
  
[override]
StiConstantLinesCollection
 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
  
StiConstantLinesCollection
 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
StiConstantLinesCollection()Constructor
public function StiConstantLinesCollection()



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

Parameters

value:IStiConstantLines

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

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

Parameters

value:IStiConstantLines

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

Parameters

index:int
 
value:IStiConstantLines

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

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

Parameters

value:IStiConstantLines