Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TickGenerator<D>

Type parameters

  • D

Hierarchy

Index

Methods

Abstract count

  • count(): number
  • count(n: number): this

Abstract domain

  • domain(): D[]
  • domain(xs: ReadonlyArray<D>): this
  • domain(x0: D, x1: D): this

format

  • format(tickValue: D): string

Abstract generate

  • generate(): D[]

Static fromScale