Options
All
  • Public
  • Public/Protected
  • All
Menu

The LogarithmicDeltaCalculator is responsible for calculating AxisCore.minorDelta and AxisCore.majorDelta on LogarithmicAxis types.

Hierarchy

Index

Constructors

constructor

Properties

isHighPrecisionTicks

isHighPrecisionTicks: boolean = true

logarithmicBase

logarithmicBase: number = 10

Gets or sets the logarithmic base. Defaults to 10

parentAxis

parentAxis: AxisCore

The parent AxisCore. This will be set once attachedToAxis is called

Methods

attachedToAxis

detachedFromAxis

  • detachedFromAxis(): void

getDeltaFromRange

  • getDeltaFromRange(min: number, max: number, minorsPerMajor: number, maxTicks: number): NumberRange
  • inheritdoc

    Parameters

    • min: number
    • max: number
    • minorsPerMajor: number
    • maxTicks: number

    Returns NumberRange

Generated using TypeDoc