Class ChartThemeRegistry
Namespace: VelloSharp.Charting.Styling.Configuration
Assembly: VelloSharp.Charting.dll
public static class ChartThemeRegistry
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
GetThemeNames()
public static IReadOnlyList<string> GetThemeNames()
Returns
GetThemes()
public static IReadOnlyList<ChartTheme> GetThemes()
Returns
RegisterTheme(ChartTheme)
public static void RegisterTheme(ChartTheme theme)
Parameters
theme
ChartTheme
RegisterThemes(IEnumerable<ChartTheme>)
public static void RegisterThemes(IEnumerable<ChartTheme> themes)
Parameters
themes
IEnumerable<ChartTheme>
TryGetTheme(string, out ChartTheme)
public static bool TryGetTheme(string name, out ChartTheme theme)
Parameters
name
string
theme
ChartTheme