getPosition

fun getPosition(datum: Datum<DOMAIN>): Double?

Return the position of this Datum object, along this Axis, or null if this object has no position.

Return

the position in Double, relative to the current DrawingZone context.

Parameters

datum

the Datum object we want to display on screen.