IChartTooltip
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a tool tip.

Derived:

Methods

// Shows the tool tip in the specified chart.
IEnumerable<ChartPoint> foundPoints, // The found points.
Chart chart// The chart.
)
// Hides this tool tip instance.
Chart chart// The chart.
)