UI Widget Toolkit
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
D3
Axis
D3
Axis
Wrapper
Scaling
Info
constructor
base
Scale
scalars
add
Scalar
get
Base
Scalar
get
Base
Unit
get
Scalars
MAX_
DISCRETE_
WIDTH
get
Scalar
Hierarchy
ScalingInfo
Implements
IScalingInfo
Index
Constructors
constructor
Properties
base
Scale
scalars
Methods
add
Scalar
get
Base
Scalar
get
Base
Unit
get
Scalars
Constructors
constructor
new
Scaling
Info
(
scalar
?:
number
, units
?:
string
, maxRange
?:
number
)
:
ScalingInfo
Parameters
Default value
scalar:
number
= 1
Default value
units:
string
= ""
Default value
maxRange:
number
= Number.MAX_VALUE
Returns
ScalingInfo
Properties
base
Scale
base
Scale
:
IScalar
scalars
scalars
:
IScalar
[]
Methods
add
Scalar
add
Scalar
(
scalar
:
IScalar
)
:
void
add a new range
Parameters
scalar:
IScalar
Returns
void
get
Base
Scalar
get
Base
Scalar
(
)
:
number
Get the base scalar
Returns
number
the base scalar
get
Base
Unit
get
Base
Unit
(
)
:
string
Get the unit string
Returns
string
the unit string
get
Scalars
get
Scalars
(
)
:
IScalar
[]
Get the scalar list
Returns
IScalar
[]
the scalar list
Generated using
TypeDoc
add a new range