Packagestimulsoft.report.chart.view.axis
Classpublic class StiAxisDateTimeStep
InheritanceStiAxisDateTimeStep Inheritance Object
Implements IStiAxisDateTimeStep, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  interpolation : Boolean
Gets or sets a value that indicates that the values ​​will be interpolated.
StiAxisDateTimeStep
  numberOfValues : int
Gets or sets number of values in step.
StiAxisDateTimeStep
  ref : int
StiAxisDateTimeStep
  step : int
Gets or sets a value that indicates with what the time step values will be shown.
StiAxisDateTimeStep
Public Methods
 MethodDefined By
  
StiAxisDateTimeStep(step:int = 0, numberOfValues:int = 1, interpolation:Boolean = false)
StiAxisDateTimeStep
  
clone(... args):Object
Creates a new object that is a copy of the current instance.
StiAxisDateTimeStep
  
StiAxisDateTimeStep
Property Detail
interpolationproperty
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
numberOfValuesproperty 
numberOfValues:int

Gets or sets number of values in step.


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


Implementation
    public function get ref():int
    public function set ref(value:int):void
stepproperty 
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
Constructor Detail
StiAxisDateTimeStep()Constructor
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)
Method Detail
clone()method
public function clone(... args):Object

Creates a new object that is a copy of the current instance.

Parameters

... args

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

Returns
Object