ClassPaletteEntry
Defines an entry in a ChartPalette instance.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class PaletteEntry
Inheritance: objectPaletteEntry
Constructors
PaletteEntry(Color)
Initializes a new instance of the PaletteEntry struct.
PaletteEntry(Color, Color)
Initializes a new instance of the PaletteEntry struct.
PaletteEntry(Color, Color, Color)
Initializes a new instance of the PaletteEntry struct.
PaletteEntry(Color, Color, Color, Color)
Initializes a new instance of the PaletteEntry struct.
Properties
AdditionalFill
Gets or sets the Brush instance that defines the up-fill of the corresponding visual objects.
AdditionalStroke
Gets or sets the Brush instance that defines the stroke of the corresponding visual objects.
IsPredefined
Gets a value indicating whether the specified palette is predefined and may not be modified by the user.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides
Operators
operator !=(PaletteEntry, PaletteEntry)
Determines whether the two palette entries are not equal.
Declaration
public static bool operator !=(PaletteEntry entry1, PaletteEntry entry2)
Parameters
entry1
entry2
Returns
operator ==(PaletteEntry, PaletteEntry)
Determines whether the two palette entries are equal.
Declaration
public static bool operator ==(PaletteEntry entry1, PaletteEntry entry2)
Parameters
entry1
entry2
Returns