HoverArea
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Drawing
Summary:
Defines a hover area.
Object
=>
HoverArea
Methods
// 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. |
)