HoverArea
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Drawing

Summary:
Defines a hover area.

Inheritance:
Object =>
HoverArea
Derived:

Methods

// Gets the distance to a given point.
LvcPoint point// The point to calculate the distance to.
)
// Determines whether the pointer is over the area.
LvcPoint pointerLocation, // The pointer location.
TooltipFindingStrategy strategy// The strategy.
)
// Suggests the tooltip placement.
TooltipPlacementContext context, // The context.
LvcSize tooltipSize// Size of the tooltip.
)