Package | stimulsoft.report.chart.view.axis |
Class | public class StiAxisInteraction |
Inheritance | StiAxisInteraction ![]() ![]() |
Implements | IStiAxisInteraction, IStiSerializable, IStiRef |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
StiAxisInteraction(showScrollBar:Boolean = false, rangeScrollEnabled:Boolean = true) | StiAxisInteraction | ||
clone(... args):Object [override] | StiAxisInteraction | ||
equals(object:Object):Boolean [override] | StiAxisInteraction | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiAxisInteraction |
rangeScrollEnabled | property |
rangeScrollEnabled:Boolean
Gets or sets value which indicates whether the range of axis can be scrolled.
public function get rangeScrollEnabled():Boolean
public function set rangeScrollEnabled(value:Boolean):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
showScrollBar | property |
showScrollBar:Boolean
Gets or sets value which indicates that scroll bar will be shown.
public function get showScrollBar():Boolean
public function set showScrollBar(value:Boolean):void
StiAxisInteraction | () | Constructor |
public function StiAxisInteraction(showScrollBar:Boolean = false, rangeScrollEnabled:Boolean = true)
showScrollBar:Boolean (default = false )
| |
rangeScrollEnabled:Boolean (default = true )
|
clone | () | method |
override public function clone(... args):Object
Parameters
... args |
Object |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |