Skip to content

PlotArea

Defined in: types/index.ts:622

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

h: number

Defined in: types/index.ts:630

Height of the plot area in canvas pixels.


w: number

Defined in: types/index.ts:628

Width of the plot area in canvas pixels.


x: number

Defined in: types/index.ts:624

Left edge of the plot area in canvas pixels.


y: number

Defined in: types/index.ts:626

Top edge of the plot area in canvas pixels.