Creates an instance of the LogarithmicDeltaCalculator
The SciChart 2D WebAssembly Context or {@link TSciChart2D | SciChart 2D WebAssembly Context} containing native methods and access to our WebGL2 Engine and WebAssembly numerical methods
Gets or sets the logarithmic base. Defaults to 10
The parent AxisCore. This will be set once attachedToAxis is called
Called when the DeltaCalculator is attached to an Axis
The Axis we are attached to.
Called when the DeltaCalculator is detached from Axis
Generated using TypeDoc
The LogarithmicDeltaCalculator is responsible for calculating AxisCore.minorDelta and AxisCore.majorDelta on LogarithmicAxis types.