Has Mark Decorator
A mark that implements HasMarkDecorator allows to define a DatumDecorator for each of its Datums.
Properties
defaultMarkDecorator
Link copied to clipboard
The default mark decorator for this Mark, if you use a custom DatumDecorator you may want to call defaultMarkDecorator(datum, x, y, drawingZone) to draw the expected sign.
markDecorator
Link copied to clipboard
The mark decorator lambda will be called on each point, use this to draw custom decorations for your signs.