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
Gets a Delta from a visiblerange and with the provided properties
the AxisCore.visibleRange minimum
the AxisCore.visibleRange maximum
A hint of how many minor gridlines you want per major gridline
A hint of the maximum number of major gridlines you want on the axis (result will vary depending on zoom level)
Generated using TypeDoc
A base class for Delta Calculators within SciChart's 2D & 3D Charts.
The DeltaCalculator is responsible for calculating the min and max deltas on an axis.
A delta is the spacing between two gridlines, so the Major Delta is the spacing between major grid lines and the Minor Delta is the spacing between minor gridlines.
This calculator class computes these and they are later stored on AxisCore.minorDelta and AxisCore.majorDelta properties.