Skip to content

Documentation / @ripl/charts / AreaCenter

Interface: AreaCenter ​

Defined in: charts/src/core/layout.ts:32

The center point and inscribed size of a rectangular ChartArea.

Properties ​

PropertyTypeDescriptionDefined in
cxnumberThe horizontal center of the area, in chart pixels.charts/src/core/layout.ts:34
cynumberThe vertical center of the area, in chart pixels.charts/src/core/layout.ts:36
sizenumberThe inscribed size: the smaller of the area's width and height.charts/src/core/layout.ts:38