formatter

abstract var formatter: Datum<DOMAIN>.() -> String?

Set the Datum formatter, by default, check if the Datum.domain object implements the Labelled interface and displays Datum.domain.label, else the formatter will try to display infos based on the dimension used.

See also