LiveChartsSkiaSharp
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView
Summary:
Defines the default LiveCharts-SkiaSharp settings
Object
=>
LiveChartsSkiaSharp
Methods
// Configures LiveCharts using the default settings for SkiaSharp.
| LiveChartsSettings settings | // The settings. |
)
// Registers a global SKTypeface instance to use on any SkiaPaint that does not specify a typeface.
| LiveChartsSettings settings, | // The current settings. |
| SKTypeface typeface | // The typeface to load for text paints. |
)
// Registers the text settings to use for SkiaSharp.
| LiveChartsSettings settings, | // The current settings. |
| TextSettings textSettings | // The text settings to use for SkiaSharp text rendering. |
)
// Calculates the distance in pixels from the target ChartPoint to the given location in the UI.
| ChartPoint target, | // The target. |
| LvcPoint location | // The location. |
)