telegram-charts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Scale
Range
constructor
_index
Bounds
bottom
left
right
state
top
are
Valid
height
index
Bounds
width
contains
Point
contains
Point
Horizontal
equals
moveX
reset
set
set
Horizontal
set
Vertical
to
Bounding
Box
Hierarchy
Bounds
ScaleRange
Implements
VerticalBounds
&
HorizontalBounds
Dimensions
Index
Constructors
constructor
Properties
_index
Bounds
bottom
left
right
state
top
Accessors
are
Valid
height
index
Bounds
width
Methods
contains
Point
contains
Point
Horizontal
equals
moveX
reset
set
set
Horizontal
set
Vertical
to
Bounding
Box
Constructors
constructor
new
Scale
Range
(
state
:
ChartState
, initialData
:
BoundingBox
)
:
ScaleRange
Parameters
state:
ChartState
initialData:
BoundingBox
Returns
ScaleRange
Properties
Private
_index
Bounds
_index
Bounds
:
HorizontalBounds
bottom
bottom
:
number
left
left
:
number
right
right
:
number
Private
state
state
:
ChartState
top
top
:
number
Accessors
are
Valid
are
Valid
:
height
height
:
index
Bounds
index
Bounds
:
width
width
:
Methods
contains
Point
contains
Point
(
p
:
PointTuple
)
:
boolean
Parameters
p:
PointTuple
Returns
boolean
contains
Point
Horizontal
contains
Point
Horizontal
(
x
:
number
, radius
?:
number
)
:
boolean
Parameters
x:
number
Default value
radius:
number
= 0
Returns
boolean
equals
equals
(
b
:
Bounds
|
undefined
)
:
boolean
Parameters
b:
Bounds
|
undefined
Returns
boolean
moveX
moveX
(
movementX
:
number
)
:
void
Parameters
movementX:
number
Returns
void
reset
reset
(
)
:
void
Returns
void
set
set
(
bounds
:
BoundingBox
)
:
void
Parameters
bounds:
BoundingBox
Returns
void
set
Horizontal
set
Horizontal
(
horizontalBounds
:
HorizontalBounds
)
:
void
Parameters
horizontalBounds:
HorizontalBounds
Returns
void
set
Vertical
set
Vertical
(
verticalBounds
:
VerticalBounds
)
:
void
Parameters
verticalBounds:
VerticalBounds
Returns
void
to
Bounding
Box
to
Bounding
Box
(
)
:
BoundingBox
&
Dimensions
Returns
BoundingBox
&
Dimensions
Generated using
TypeDoc