PaletteEntry
Defines an entry in a ChartPalette instance.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class PaletteEntry
Inheritance: objectPaletteEntry
Constructors
Initializes a new instance of the PaletteEntry struct.
Initializes a new instance of the PaletteEntry struct.
Initializes a new instance of the PaletteEntry struct.
Initializes a new instance of the PaletteEntry struct.
Properties
Gets or sets the Brush instance that defines the up-fill of the corresponding visual objects.
public Color AdditionalFill { get; set; }
Gets or sets the Brush instance that defines the stroke of the corresponding visual objects.
public Color AdditionalStroke { get; set; }
Gets or sets the Brush instance that defines the fill of the corresponding visual objects.
public Color Fill { get; set; }
Gets a value indicating whether the specified palette is predefined and may not be modified by the user.
public bool IsPredefined { get; }
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)