Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
D3
Scale
ThresholdScale
Interface ThresholdScale
Hierarchy
Scale
ThresholdScale
Index
Call signatures
Properties
domain
range
Methods
copy
invertExtent
Call signatures
(
value
:
any
)
:
any
Parameters
value:
any
Returns
any
Properties
public
domain
:
{ (values: number[]): D3.Scale.ThresholdScale; (): any[]; }
(
)
:
ThresholdScale
Returns
ThresholdScale
(
)
:
Array<any>
Returns
Array<any>
public
range
:
{ (values: any[]): D3.Scale.ThresholdScale; (): any[]; }
(
)
:
ThresholdScale
Returns
ThresholdScale
(
)
:
Array<any>
Returns
Array<any>
Methods
public
copy
(
)
:
ThresholdScale
Returns
ThresholdScale
optional
public
invertExtent
(
y
:
any
)
:
Array<any>
Parameters
y:
any
Returns
Array<any>
Globals
D3
D3.Behavior
D3.Color
D3.Geo
D3.Geom
D3.Layout
D3.Scale
D3.Svg
D3.Time
D3.Transition
IdentityScale
LinearScale
LogScale
OrdinalScale
PowScale
QuantileScale
QuantitiveScale
QuantizeScale
Scale
ScaleBase
SqrtScale
ThresholdScale
domain
range
copy
invertExtent
TimeScale