Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NumberTickGenerator

Hierarchy

Index

Constructors

constructor

Methods

count

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

domain

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

format

  • format(tickValue: number): string

generate

  • generate(): number[]

Static fromScale