Class ChartPaletteDefinition
Namespace: VelloSharp.Charting.Styling.Configuration
Assembly: VelloSharp.Charting.dll
public sealed class ChartPaletteDefinition
Inheritance
object ← ChartPaletteDefinition
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
AxisLine
[JsonPropertyName("axisLine")]
public string? AxisLine { get; set; }
Property Value
AxisTick
[JsonPropertyName("axisTick")]
public string? AxisTick { get; set; }
Property Value
Background
[JsonPropertyName("background")]
public string? Background { get; set; }
Property Value
Foreground
[JsonPropertyName("foreground")]
public string? Foreground { get; set; }
Property Value
GridLine
[JsonPropertyName("gridLine")]
public string? GridLine { get; set; }
Property Value
LegendBackground
[JsonPropertyName("legendBackground")]
public string? LegendBackground { get; set; }
Property Value
LegendBorder
[JsonPropertyName("legendBorder")]
public string? LegendBorder { get; set; }
Property Value
Series
[JsonPropertyName("series")]
public List<string>? Series { get; set; }
Property Value
Methods
ToPalette()
public ChartPalette ToPalette()