Class ChartPalette
Namespace: VelloSharp.Charting.Styling
Assembly: VelloSharp.Charting.dll
Represents a collection of colors used throughout the chart.
public sealed class ChartPalette
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
ChartPalette(RgbaColor, RgbaColor, RgbaColor, RgbaColor, RgbaColor, RgbaColor, RgbaColor, IReadOnlyList<RgbaColor>)
public ChartPalette(RgbaColor background, RgbaColor foreground, RgbaColor axisLine, RgbaColor axisTick, RgbaColor gridLine, RgbaColor legendBackground, RgbaColor legendBorder, IReadOnlyList<RgbaColor> series)
Parameters
background RgbaColor
foreground RgbaColor
axisLine RgbaColor
axisTick RgbaColor
gridLine RgbaColor
legendBackground RgbaColor
legendBorder RgbaColor
series IReadOnlyList<RgbaColor>
Properties
AxisLine
public RgbaColor AxisLine { get; }
Property Value
AxisTick
public RgbaColor AxisTick { get; }
Property Value
Background
public RgbaColor Background { get; }
Property Value
Foreground
public RgbaColor Foreground { get; }
Property Value
GridLine
public RgbaColor GridLine { get; }
Property Value
LegendBackground
public RgbaColor LegendBackground { get; }
Property Value
LegendBorder
public RgbaColor LegendBorder { get; }
Property Value
Series
public IReadOnlyList<RgbaColor> Series { get; }