LiveChartsSkiaSharp
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView

Summary:
Defines the default LiveCharts-SkiaSharp settings

Inheritance:
Object =>
LiveChartsSkiaSharp

Methods

// Configures LiveCharts using the default settings for SkiaSharp.
LiveChartsSettings settings// The settings.
)
// Adds SkiaSharp as the library backend.
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.
)
// Converts a LvcColor to a SKColor instance.
LvcColor color, // The color.
Nullable<Byte> alphaOverrides// The alpha overrides.
)
// Creates a new color based on the
LvcColor color, // The color.
Byte opacity// The opacity from 0 to 255.
)
// Converts a SKColor to a LvcColor intance.
SKColor color// The color
)
// Calculates the distance in pixels from the target ChartPoint to the given location in the UI.
ChartPoint target, // The target.
LvcPoint location// The location.
)