Class PaletteEntry
Defines an entry in a Chart
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PaletteEntry
Constructors
PaletteEntry(Color)
Initializes a new instance of the Palette
Declaration
public PaletteEntry(Color fill)
Parameters
System. The fill. |
PaletteEntry(Color, Color)
Initializes a new instance of the Palette
Declaration
public PaletteEntry(Color fill, Color stroke)
Parameters
System. The fill. |
System. The stroke. |
PaletteEntry(Color, Color, Color)
Initializes a new instance of the Palette
Declaration
public PaletteEntry(Color fill, Color stroke, Color additionalFill)
Parameters
System. The fill. |
System. The stroke. |
System. The secondary fill. |
PaletteEntry(Color, Color, Color, Color)
Initializes a new instance of the Palette
Declaration
public PaletteEntry(Color fill, Color stroke, Color additionalFill, Color additionalStroke)
Parameters
System. The fill. |
System. The stroke. |
System. The secondary fill. |
System. The secondary stroke. |
Properties
AdditionalFill
Gets or sets the System.
Declaration
public Color AdditionalFill { get; set; }
Property Value
System.
|
additionalFill_XmlSurrogate
Gets or sets the additional fill_ XML surrogate.
Declaration
public string additionalFill_XmlSurrogate { get; set; }
Property Value
System. The additional fill_ XML surrogate. |
AdditionalStroke
Gets or sets the System.
Declaration
public Color AdditionalStroke { get; set; }
Property Value
System.
|
additionalStroke_XmlSurrogate
Gets or sets the additional stroke_ XML surrogate.
Declaration
public string additionalStroke_XmlSurrogate { get; set; }
Property Value
System. The additional stroke_ XML surrogate. |
Fill
Gets or sets the System.
Declaration
public Color Fill { get; set; }
Property Value
System.
|
fill_XmlSurrogate
Gets or sets the fill_ XML surrogate.
Declaration
public string fill_XmlSurrogate { get; set; }
Property Value
System. The fill_ XML surrogate. |
IsPredefined
Gets a value indicating whether the specified palette is predefined and may not be modified by the user.
Declaration
public bool IsPredefined { get; }
Property Value
System.
|
Stroke
Gets or sets the System.
Declaration
public Color Stroke { get; set; }
Property Value
System.
|
stroke_XmlSurrogate
Gets or sets the stroke_ XML surrogate.
Declaration
public string stroke_XmlSurrogate { get; set; }
Property Value
System. The stroke_ XML surrogate. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
Operators
Equality(PaletteEntry, PaletteEntry)
Determines whether the two palette entries are equal.
Declaration
public static bool operator ==(PaletteEntry entry1, PaletteEntry entry2)
Parameters
Palette
|
Palette
|
Returns
System.
|
Inequality(PaletteEntry, PaletteEntry)
Determines whether the two palette entries are not equal.
Declaration
public static bool operator !=(PaletteEntry entry1, PaletteEntry entry2)
Parameters
Palette
|
Palette
|
Returns
System.
|