TooltipFindingStrategy
Enum
Assembly LiveChartsCore
Namespace LiveChartsCore.Measure
Summary:
Defines the tool tip finding strategy.
Fields
The automatic mode, it will be calculated automatically based on the series and the chart.
Looks for all the points that contain the pointer positon.
Looks for all the points that contain the pointer positon ignoring the Y axis.
Looks for all the points that contain the pointer positon ignoring the X axis.
Looks for the closest point (to the pointer) per series that contains the pointer positon.
Looks for the closest point (to the pointer) per series that contains the pointer positon ignoring the Y axis.
Looks for the closest point (to the pointer) per series that contains the pointer positon ignoring the X axis.