Skip to main content

Class ChartPalette

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

Represents a collection of colors used throughout the chart.

public sealed class ChartPalette

Inheritance

objectChartPalette

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

RgbaColor

AxisTick

public RgbaColor AxisTick { get; }

Property Value

RgbaColor

Background

public RgbaColor Background { get; }

Property Value

RgbaColor

Foreground

public RgbaColor Foreground { get; }

Property Value

RgbaColor

GridLine

public RgbaColor GridLine { get; }

Property Value

RgbaColor

LegendBackground

public RgbaColor LegendBackground { get; }

Property Value

RgbaColor

LegendBorder

public RgbaColor LegendBorder { get; }

Property Value

RgbaColor

Series

public IReadOnlyList<RgbaColor> Series { get; }

Property Value

IReadOnlyList<RgbaColor>