Class: FixedValueScaleCalibrator

StockChartX. FixedValueScaleCalibrator


new FixedValueScaleCalibrator()

The value scale calibrator which produces fixed number of labels.

Extends

Members


majorTicks :Array.<StockChartX.ValueScaleMajorTick>

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

majorTicksCount :number

Gets/Sets number of major tick marks on the value scale.
Type:
  • number

minorTicks :Array.<StockChartX.ValueScaleMinorTick>

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

minorTicksCount :number

Gets/Sets number of minor tick marks on the value scale.
Type:
  • number

Methods


calibrate(valueScale)

Calibrates value scale.
Parameters:
Name Type Description
valueScale StockChartX.ChartPanelValueScale The value 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