Gets the parent Axis this TickProvider is attached to
Gets or sets the mode for Major ticks using ELogarithmicMajorTickMode Equally spaced (best for large ranges) or Round numbers (better for small ranges)
Gets or sets the mode for Major ticks using ELogarithmicMajorTickMode Equally spaced (best for large ranges) or Round numbers (better for small ranges)
Gets or sets the mode for minor ticks using ELogarithmicMinorTickMode, Linear (default, best for smaller ranges), Logarithmic (better for very large ranges) or Auto (switches from linear to Logarithmic when the visible range is such that the first linear minor tick would be more than 70% of the major tick)
Gets or sets the mode for minor ticks using ELogarithmicMinorTickMode, Linear (default, best for smaller ranges), Logarithmic (better for very large ranges) or Auto (switches from linear to Logarithmic when the visible range is such that the first linear minor tick would be more than 70% of the major tick)
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 LogarithmicTickProvider is a TickProvider implementation for Logarithmic 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.