FindingStrategy
Enum
Assembly LiveChartsCore
Namespace LiveChartsCore.Measure
Summary:
Defines the strategy to find points in a chart.
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.