Options
All
  • Public
  • Public/Protected
  • All
Menu

The CategoryDeltaCalculator is responsible for calculating AxisCore.minorDelta and AxisCore.majorDelta on CategoryAxis types.

Hierarchy

Index

Constructors

constructor

Properties

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

Generated using TypeDoc