Skip to main content

Class ChartPaletteDefinition

Namespace: VelloSharp.Charting.Styling.Configuration
Assembly: VelloSharp.Charting.dll

public sealed class ChartPaletteDefinition

Inheritance

objectChartPaletteDefinition

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

string?

AxisTick

[JsonPropertyName("axisTick")]
public string? AxisTick { get; set; }

Property Value

string?

Background

[JsonPropertyName("background")]
public string? Background { get; set; }

Property Value

string?

Foreground

[JsonPropertyName("foreground")]
public string? Foreground { get; set; }

Property Value

string?

GridLine

[JsonPropertyName("gridLine")]
public string? GridLine { get; set; }

Property Value

string?

LegendBackground

[JsonPropertyName("legendBackground")]
public string? LegendBackground { get; set; }

Property Value

string?

LegendBorder

[JsonPropertyName("legendBorder")]
public string? LegendBorder { get; set; }

Property Value

string?

Series

[JsonPropertyName("series")]
public List<string>? Series { get; set; }

Property Value

List<string>?

Methods

ToPalette()

public ChartPalette ToPalette()

Returns

ChartPalette