Class BubbleDataModel
Interface for a class BubbleData
Inheritance
System.Object
BubbleDataModel
Implements
System.IEquatable<BubbleDataModel>
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class BubbleDataModel : Object, IEquatable<BubbleDataModel>
Constructors
BubbleDataModel()
Declaration
public BubbleDataModel()
Properties
Color
Mapping property to set color.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Mapping property to set size.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(BubbleDataModel)
Declaration
public bool Equals(BubbleDataModel bubbleDataModel)
Parameters
Type | Name | Description |
---|---|---|
BubbleDataModel | bubbleDataModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>