Skip to content
EliteChart

ToolbarBBox

Documentation


Documentation / @elitechart/core / ToolbarBBox

Defined in: ui/floating-toolbar.ts:21

Screen-space bounding box used to position the toolbar.

Example

code
const bbox: ToolbarBBox = { x: 120, y: 80, width: 240, height: 60 };

Properties

height

code
readonly height: number;

Defined in: ui/floating-toolbar.ts:25


width

code
readonly width: number;

Defined in: ui/floating-toolbar.ts:24


x

code
readonly x: number;

Defined in: ui/floating-toolbar.ts:22


y

code
readonly y: number;

Defined in: ui/floating-toolbar.ts:23