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