Adds an IncludedValuesProvider to the Scale.
Sets the Scale's domain so that it spans the Extents of all its ExtentsProviders.
Gets the domain.
The current domain.
Sets the domain.
Given an array of potential domain values, computes the extent of those values.
The extent of the input values.
Removes a callback that would be called when the Scale updates.
Adds a callback to be called when the Scale updates.
Gets the range.
The current range.
Sets the range.
Removes the IncludedValuesProvider from the Scale.
Computes the range value corresponding to a given domain value.
The range value corresponding to the supplied domain value.
Generated using TypeDoc
A Scale is a function (in the mathematical sense) that maps values from a domain to a range.