Skip to content

Interface: BoundsGeometry

Defined in: api/geometry.ts:63

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:67


width

ts
width: number;

Defined in: api/geometry.ts:66


x

ts
x: number;

Defined in: api/geometry.ts:64


y

ts
y: number;

Defined in: api/geometry.ts:65