offset property

Offset? offset
getter/setter pair

Get and set the horizontal/vertical position of the data label.

The first argument sets the horizontal component to dx, while the second argument sets the vertical component to dy.

Implementation

Offset? offset;