Skip to main content
Version: latest

PositionPercents

Interface

Anchored (fixed) drawing point position as a percentage from the top left of a chart. For example { x: 0.5, y: 0.5 } for the centre of the chart.

Properties

x

Position as a percentage from the left edge of the chart.

Type

number


y

Position as a percentage from the top edge of the chart.

Type

number