PaletteEntry
Defines an entry in a ChartPalette instance.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public struct PaletteEntry
Inherited Members
Constructors
Initializes a new instance of the PaletteEntry struct.
public PaletteEntry(Brush fill, Brush stroke, Brush additionalFill, Brush additionalStroke)
The fill.
strokeBrushThe stroke.
additionalFillBrushThe secondary fill.
additionalStrokeBrushThe secondary stroke.
Initializes a new instance of the PaletteEntry struct.
public PaletteEntry(Brush fill, Brush stroke, Brush additionalFill)
The fill.
strokeBrushThe stroke.
additionalFillBrushThe secondary fill.
Initializes a new instance of the PaletteEntry struct.
public PaletteEntry(Brush fill, Brush stroke)
The fill.
strokeBrushThe stroke.
Initializes a new instance of the PaletteEntry struct.
public PaletteEntry(Brush fill)
The fill.
Properties
AdditionalFill
Brush
Gets or sets the Brush instance that defines the up-fill of the corresponding visual objects.
public Brush AdditionalFill { get; set; }
AdditionalStroke
Brush
Gets or sets the Brush instance that defines the stroke of the corresponding visual objects.
public Brush AdditionalStroke { get; set; }
Fill
Brush
Gets or sets the Brush instance that defines the fill of the corresponding visual objects.
public Brush Fill { get; set; }
Stroke
Brush
Gets or sets the Brush instance that defines the stroke of the corresponding visual objects.
public Brush Stroke { get; set; }
Methods
Returns a hash code for this instance.
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides:
Operators
Determines whether the two palette entries are not equal.
public static bool operator !=(PaletteEntry entry1, PaletteEntry entry2)
Determines whether the two palette entries are equal.
public static bool operator ==(PaletteEntry entry1, PaletteEntry entry2)