interpolation:Boolean
Gets or sets a value that indicates that the values will be interpolated.
Implementation public function get interpolation():Boolean
public function set interpolation(value:Boolean):void
numberOfValues:int
Gets or sets number of values in step.
Implementation public function get numberOfValues():int
public function set numberOfValues(value:int):void
ref:int
Implementation public function get ref():int
public function set ref(value:int):void
step:int
Gets or sets a value that indicates with what the time step values will be shown.
Implementation public function get step():int
public function set step(value:int):void
public function StiAxisDateTimeStep(step:int = 0, numberOfValues:int = 1, interpolation:Boolean = false)
Parameters | step:int (default = 0 )
|
|
| numberOfValues:int (default = 1 )
|
|
| interpolation:Boolean (default = false )
|
public function clone(... args):Object
Creates a new object that is a copy of the current instance.
Parameters
Returns public function memberwiseClone():Object
Returns
Mon Mar 27 2017, 09:08 AM +03:00