TooltipFindingStrategy
Enum

Assembly LiveChartsCore
Namespace LiveChartsCore.Measure

Summary:
Defines the tool tip finding strategy.

Inheritance:
Object =>
ValueType =>
Enum =>
TooltipFindingStrategy

Fields

The automatic mode, it will be calculated automatically based on the series and the chart.
Compares whether the pointer is inside the HoverArea in both X and Y axis.
Compares whether the pointer is inside the HoverArea in the X axis.
Compares whether the pointer is inside the HoverArea in the Y axis.
Compares whether the pointer is inside the HoverArea in both X and Y axis, if overlapped then takes the closest to the pointer in each series.
Compares whether the pointer is inside the HoverArea in the X axis, if overlapped then takes the closest to the pointer in each series.
Compares whether the pointer is inside the HoverArea in the Y axis, if overlapped then takes the closest to the pointer in each series.
Compares whether the pointer is inside the drawn shape.
Compares whether the pointer is inside the drawn shape, if overlapped then takes the closest to the pointer in each series.