SKDefaultTooltip
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.SKCharts
Summary:
Defines the default tooltip.
Object
=>
SKDefaultTooltip
Constructors
// Initializes a new instance of the SKDefaultTooltip class.
Properties
Gets or sets the background paint.
Type: Paint
Type: Paint
Gets or sets the animations speed.
Type: TimeSpan
Type: TimeSpan
Methods
// Shows the tool tip in the specified chart.
Show(
| IEnumerable<ChartPoint> foundPoints, | // The found points. |
| Chart chart | // The chart. |
)