Skip to content

PlotArea

Defined in: types/index.ts:625

Pixel-space rectangle covering the chart’s drawing area.

h: number

Defined in: types/index.ts:633

Height of the plot area in canvas pixels.


w: number

Defined in: types/index.ts:631

Width of the plot area in canvas pixels.


x: number

Defined in: types/index.ts:627

Left edge of the plot area in canvas pixels.


y: number

Defined in: types/index.ts:629

Top edge of the plot area in canvas pixels.