Packagestimulsoft.report.chart.view.axis
Classpublic class StiAxisInteraction
InheritanceStiAxisInteraction Inheritance StiObject Inheritance Object
Implements IStiAxisInteraction, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  rangeScrollEnabled : Boolean
Gets or sets value which indicates whether the range of axis can be scrolled.
StiAxisInteraction
  ref : int
StiAxisInteraction
  showScrollBar : Boolean
Gets or sets value which indicates that scroll bar will be shown.
StiAxisInteraction
Public Methods
 MethodDefined By
  
StiAxisInteraction(showScrollBar:Boolean = false, rangeScrollEnabled:Boolean = true)
StiAxisInteraction
  
clone(... args):Object
[override]
StiAxisInteraction
  
equals(object:Object):Boolean
[override]
StiAxisInteraction
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiAxisInteraction
Property Detail
rangeScrollEnabledproperty
rangeScrollEnabled:Boolean

Gets or sets value which indicates whether the range of axis can be scrolled.


Implementation
    public function get rangeScrollEnabled():Boolean
    public function set rangeScrollEnabled(value:Boolean):void
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
showScrollBarproperty 
showScrollBar:Boolean

Gets or sets value which indicates that scroll bar will be shown.


Implementation
    public function get showScrollBar():Boolean
    public function set showScrollBar(value:Boolean):void
Constructor Detail
StiAxisInteraction()Constructor
public function StiAxisInteraction(showScrollBar:Boolean = false, rangeScrollEnabled:Boolean = true)



Parameters
showScrollBar:Boolean (default = false)
 
rangeScrollEnabled:Boolean (default = true)
Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

Returns
Object
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

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

Returns
Object