In This Article

SeriesPaletteData Class

Stores series-related palette data.

public class SeriesPaletteData : PaletteData
Inheritance:
object PaletteData object

Constructors

SeriesPaletteData()

Initializes an instance of the class.

public SeriesPaletteData()

Properties

AreaHorizontalBrush

Gets or sets a cached Brush used for horizontal area series.

public Brush AreaHorizontalBrush { get; set; }

Property Value

Brush:

The cached Brush used for horizontal area series.

AreaVerticalBrush

Gets or sets a cached Brush used for vertical area series.

public Brush AreaVerticalBrush { get; set; }

Property Value

Brush:

The cached Brush used for vertical area series.

BarHorizontalBrush

Gets or sets a cached Brush used for horizontal bar series.

public Brush BarHorizontalBrush { get; set; }

Property Value

Brush:

The cached Brush used for horizontal bar series.

BarStrokeBrush

Gets or sets a cached Brush used for the stroke around bar series.

public Brush BarStrokeBrush { get; set; }

Property Value

Brush:

The cached Brush used for the stroke around bar series.

BarVerticalBrush

Gets or sets a cached Brush used for vertical bar series.

public Brush BarVerticalBrush { get; set; }

Property Value

Brush:

The cached Brush used for vertical bar series.

LegendBrush

Gets or sets a cached Brush.

public Brush LegendBrush { get; set; }

Property Value

Brush:

The cached Brush.

LineBrush

Gets or sets a cached Brush.

public Brush LineBrush { get; set; }

Property Value

Brush:

The cached Brush.

MarkerBrush

Gets or sets a cached Brush.

public Brush MarkerBrush { get; set; }

Property Value

Brush:

The cached Brush.

Inherited Members