Creates an instance of a NumericTickProvider
The SciChart 2D WebAssembly Context or SciChart 3D WebAssembly Context containing native methods and access to our WebGL2 WebAssembly Rendering Engine
Gets the parent Axis this TickProvider is attached to
The current AxisCore.visibleRange which is the minimum / maximum range visible on the Axis.
The delta we are calculating for (could be major or minor delta)
The current AxisCore.majorDelta which is the difference between major gridlines requested by the Axis
Called when the TickProvider is attached from an Axis
The current AxisCore.visibleRange which is the minimum / maximum range visible on the Axis.
The current AxisCore.minorDelta and AxisCore.majorDelta which is the difference between minor and major gridlines requested by the Axis
Generated using TypeDoc
The NumericTickProvider is a TickProvider implementation for Numeric 2D or 3D Axis.
TickProviders are responsible for calculating the interval between major and minor gridlines, ticks and labels.
Override these methods to create custom implementations of Tick intervals in SciChart
See also TickProvider for the base implementation.