SemicircleHoverArea
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Drawing
Summary:
Defines a semicircle hover area.
Properties
Gets or sets the start angle in degrees.
Type: Single
Type: Single
Gets or sets the inner radius.
Type: Single
Type: Single
Methods
// Gets the distance to a given point.
| LvcPoint point, | // The point to calculate the distance to. |
| FindingStrategy strategy | // The strategy. |
)
// Determines whether the pointer is over the area.
| LvcPoint pointerLocation, | // The pointer location. |
| FindingStrategy strategy | // The strategy. |
)
// Suggests the tooltip placement.
| TooltipPlacementContext ctx, | // The context. |
| LvcSize tooltipSize | // Size of the tooltip. |
)