Home > @i2analyze/notebook-sdk > visual > IBounds
visual.IBounds interface
A rectangular area, such as the boundary of the chart view.
Signature:
interface IBounds
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
bottomRight | readonly |
IPosition | Gets the position of the bottom right of the rectangle. |
topLeft | readonly |
IPosition | Gets the position of the top left of the rectangle. |