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):voidnumberOfValues:int Gets or sets number of values in step.
Implementation public function get numberOfValues():int public function set numberOfValues(value:int):voidref:int Implementation public function get ref():int public function set ref(value:int):voidstep: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):voidpublic 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():ObjectReturns
Mon Mar 27 2017, 09:08 AM +03:00