Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BubbleDataModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved