Class ChartThemeDefinition
Namespace: VelloSharp.Charting.Styling.Configuration
Assembly: VelloSharp.Charting.dll
public sealed class ChartThemeDefinition
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Axis
[JsonPropertyName("axis")]
public AxisStyleDefinition? Axis { get; set; }
Property Value
Legend
[JsonPropertyName("legend")]
public LegendStyleDefinition? Legend { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Palette
[JsonPropertyName("palette")]
public ChartPaletteDefinition? Palette { get; set; }
Property Value
Typography
[JsonPropertyName("typography")]
public Dictionary<string, ChartTypographyDefinition>? Typography { get; set; }
Property Value
Dictionary<string, ChartTypographyDefinition>?
Methods
ToTheme()
public ChartTheme ToTheme()