Class FillColorModel
Interface for a class FillColor
Inheritance
System.Object
FillColorModel
Implements
System.IEquatable<FillColorModel>
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class FillColorModel : Object, IEquatable<FillColorModel>
Constructors
FillColorModel()
Declaration
public FillColorModel()
Properties
MaxColor
maximum fill color for cell color range
Declaration
public string MaxColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinColor
minimum fill color for cell color range
Declaration
public string MinColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(FillColorModel)
Declaration
public bool Equals(FillColorModel fillColorModel)
Parameters
Type | Name | Description |
---|---|---|
FillColorModel | fillColorModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>