Class PaletteEntry
Defines an entry in a Chart
Inheritance
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class PaletteEntry : ValueType
Constructors
PaletteEntry(Color)
Initializes a new instance of the Palette
Declaration
public PaletteEntry(Color fillColor)
Parameters
Microsoft. The fill color. |
PaletteEntry(Color, Color)
Initializes a new instance of the Palette
Declaration
public PaletteEntry(Color fillColor, Color strokeColor)
Parameters
Microsoft. The fill color. |
Microsoft. The stroke color. |
Properties
FillColor
Gets or sets the Microsoft.
Declaration
public Color FillColor { get; set; }
Property Value
Microsoft.
|
StrokeColor
Gets or sets the
Declaration
public Color StrokeColor { get; set; }
Property Value
Microsoft.
|
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
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. |
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.
|