Mark X Y
Functions
drawHighlight
Link copied to clipboard
open fun drawHighlight(drawingZone: DrawingZone, highlightedData: Collection<Datum<DOMAIN>>)
Content copied to clipboard
Draw a highlighted sign on the DrawingZone for each elements of a given dataset.
drawMark
Link copied to clipboard
drawSelection
Link copied to clipboard
open fun drawSelection(drawingZone: DrawingZone, selectedData: Collection<Datum<DOMAIN>>)
Content copied to clipboard
Draw a selected sign on the DrawingZone for each elements of a given dataset.
getEventZones
Link copied to clipboard
open fun getEventZones(dataset: Dataset<DOMAIN>): Collection<EventZone<DOMAIN>>
Content copied to clipboard
Get all of interactive zones for this Mark.
Properties
xAxisConfig
Link copied to clipboard
The configuration object AxisConfig used for the X axis.
yAxisConfig
Link copied to clipboard
The configuration object AxisConfig used for the Y axis.