Interface: BoundsGeometry
Defined in: api/geometry.ts:62
Overall bounding box of the graph, in points.
With yAxis:'down', x and y are 0 (normalised to top-left origin) and width/height are the natural dimensions. With yAxis:'up', x and y match the raw lower-left corner of the graph bounding box.
Properties
height
ts
height: number;Defined in: api/geometry.ts:66
width
ts
width: number;Defined in: api/geometry.ts:65
x
ts
x: number;Defined in: api/geometry.ts:63
y
ts
y: number;Defined in: api/geometry.ts:64