stream-charts
Preparing search index...
utils
BoundingBox
Type Alias BoundingBox
Type for representing the dimensions and location of the bounding box for an SVG text element.
type
BoundingBox
=
{
height
:
number
;
width
:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
height
width
x
y
Properties
height
height
:
number
width
width
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
width
x
y
stream-charts
Loading...
Type for representing the dimensions and location of the bounding box for an SVG text element.