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
AreaVerticalBrush
Gets or sets a cached Brush used for vertical area series.
public Brush AreaVerticalBrush { get; set; }
Property Value
BarHorizontalBrush
Gets or sets a cached Brush used for horizontal bar series.
public Brush BarHorizontalBrush { get; set; }
Property Value
BarStrokeBrush
Gets or sets a cached Brush used for the stroke around bar series.
public Brush BarStrokeBrush { get; set; }
Property Value
BarVerticalBrush
Gets or sets a cached Brush used for vertical bar series.
public Brush BarVerticalBrush { get; set; }
Property Value
LegendBrush
Gets or sets a cached Brush.
LineBrush
Gets or sets a cached Brush.
MarkerBrush
Gets or sets a cached Brush.