PaletteEntry
Defines an entry in a ChartPalette instance.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public struct PaletteEntry
Inherited Members
Constructors
Initializes a new instance of the PaletteEntry struct.
public PaletteEntry(Color fillColor, Color strokeColor)
The fill color.
strokeColorColorThe stroke color.
Initializes a new instance of the PaletteEntry struct.
public PaletteEntry(Color fillColor)
The fill color.
Properties
FillColor
Color
Gets or sets the Color instance that defines the fill of the corresponding visual objects.
public Color FillColor { get; set; }
StrokeColor
Color
Gets or sets the Color instance that defines the stroke of the corresponding visual objects.
public Color StrokeColor { 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)