Creates an instance of an IndexTickProvider
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
Called when the TickProvider is attached from an Axis
Generated using TypeDoc
The IndexTickProvider is a TickProvider implementation for Index 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.