TriggerMode

enum TriggerMode : Enum<TriggerMode>

Define when to trigger an event when interacting with a Mark sign, based on the cursor position.

Entries

Nearest
Link copied to clipboard
common
The nearest element is selected.
Hover
Link copied to clipboard
common
The element is selected only when passing over its "selection zone".
Column
Link copied to clipboard
common
Mainly used for X-aligned category-charts, highlight the nearest element in the current "column"
Row
Link copied to clipboard
common
Row()
Mainly used for Y-aligned category-charts, highlight the nearest element in the current "row"
Auto
Link copied to clipboard
common
This default mode, will switch automatically to the best mode based on the chart configuration.