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 legend font paint.
Type: IPaint<SkiaSharpDrawingContext>
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the background paint.
Type: IPaint<SkiaSharpDrawingContext>
Type: IPaint<SkiaSharpDrawingContext>
Methods
// Shows the tool tip in the specified chart.
Show(
IEnumerable<ChartPoint> foundPoints, | // The found points. |
Chart<SkiaSharpDrawingContext> chart | // The chart. |
)