apply
: ((info
: { axis
: GenericAxis<AxisScale, AbstractAxisStrategy, _AbstractAxisTick, _GenericAxisInput, _GenericTickPlottingVariables, _GenericTickInfo, _GenericAxisOutput<_AbstractAxisTick, _GenericTickInfo>>; curEnd
: number; curStart
: number; seriesDataRange
: undefined | Interval<number>; }) => undefined | { allowAnimation
?: boolean; allowIntervalLengthChange
: boolean; end
: number; keepScrolling
?: boolean; start
: number; })
Type definition for options of AxisScrollStrategies.
While technically it is possible to define custom axis scroll strategies by passing an object that satisfies this interface, this is not recommended.
All known use cases can be realized with built-in scroll strategies. If you believe this is not the case, please contact us https://lightningchart.com/js-charts/docs/contact/