IChartTooltip
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches
Summary:
Defines a tool tip.
Methods
// Shows the tool tip in the specified chart.
Show(
| IEnumerable<ChartPoint> foundPoints, | // The found points. |
| Chart chart | // The chart. |
)