Class: AutoDateScaleCalibrator

StockChartX. AutoDateScaleCalibrator


new AutoDateScaleCalibrator()

The date scale calibrator which uses floating date format.

Extends

Members


majorTicks :StockChartX.DateScaleMajorTick

Returns an array of date scale major ticks.
Type:
Inherited From:

minLabelsOffset :Number

Gets/Sets min horizontal offset between date labels.
Type:
  • Number

minorTicks :StockChartX.DateScaleMinorTick

Returns an array of date scale minor ticks.
Type:
Inherited From:

minorTicksCount :number

Gets/Sets number of minor ticks on the date scale.
Type:
  • number

Methods


calibrate(dateScale)

Calibrates date scale.
Parameters:
Name Type Description
dateScale StockChartX.DateScale The date scale.
Inherited From:

loadState(state)

Restores calibrator's state.
Parameters:
Name Type Description
state object The state.
Inherited From:
See:

saveState()

Saves calibrator's state.
Inherited From:
See:
Returns:
The state.
Type
object