TooltipPosition
Enum
Assembly LiveChartsCore
Namespace LiveChartsCore.Measure
Summary:
Defines the tool tip position.
Fields
The hidden position, tool tips will be hidden.
Places the tool tip based on the space available.
The top position, places the tool tip at the top of the hovered point,
if there is not enough space, the library will place it in another position.
The bottom position, places the tool tip at the bottom of the hovered point,
if there is not enough space, the library will place it in another position.
The left position, places the tool tip at the left of the hovered point.
if there is not enough space, the library will place it in another position.
The right position, places the tool tip at the right of the hovered point.
if there is not enough space, the library will place it in another position.
The center position, places the tool tip at the center of the hovered point.