ThemesExtensions
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView

Summary:
Defines the light theme extensions.

Inheritance:
Object =>
ThemesExtensions

Methods

// Adds the default theme.
LiveChartsSettings settings, // The settings.
Action<Theme> themeSettings, // Indicates the theme kind.
LvcThemeKind requestedTheme// The adittional theme settings.
)
// Adds the light theme.
LiveChartsSettings settings, // The settings.
Action<Theme> themeSettings// The adittional theme settings.
)
// Adds the dark theme.
LiveChartsSettings settings, // The settings.
Action<Theme> themeSettings// The adittional theme settings.
)