IChartTooltip<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a tool tip.

Type parameters:
TDrawingContext The type of the drawing context.
Derived:

Methods

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