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: Paint
Gets or sets the background paint.
Type: Paint
Gets or sets the easing function.
Type: Func<Single, Single>
Gets or sets the animations speed.
Type: TimeSpan

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.
)