SKDefaultTooltip
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.SKCharts

Summary:
Defines the default tooltip.

Inheritance:
Object =>
SKDefaultTooltip
Implements:

Constructors

// Initializes a new instance of the SKDefaultTooltip class.

Properties

Gets or sets the legend font paint.
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the background paint.
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the fonts size.
Type: Double

Methods

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