alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class BubbleRenderingEventArgs

    Specifies the event arguments for bubble rendering event in maps.

    Inheritance
    object
    MapsBaseEventArgs
    BubbleRenderingEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BubbleRenderingEventArgs : MapsBaseEventArgs

    Constructors

    BubbleRenderingEventArgs()

    Declaration
    public BubbleRenderingEventArgs()

    Properties

    CenterX

    Gets or sets the center x position for the current bubble.

    Declaration
    public double CenterX { get; set; }
    Property Value
    Type Description
    double

    A double representing the x-coordinate center of the bubble.

    Remarks

    Adjust this for accurate positioning of the bubble on the map.

    CenterY

    Gets or sets the center y position for the current bubble.

    Declaration
    public double CenterY { get; set; }
    Property Value
    Type Description
    double

    A double representing the y-coordinate center of the bubble.

    Remarks

    Adjust this for accurate positioning of the bubble on the map.

    Data

    Gets or sets the data for the current bubble.

    Declaration
    public Dictionary<string, string> Data { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>

    A dictionary containing data associated with the bubble, primarily key-value pairs.

    Remarks

    Leverage this data to drive the customization of the bubble's appearance and behavior.

    Fill

    Gets or sets the color for the bubble.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    string

    A string representing the fill color of the bubble.

    Remarks

    Assign a color to visually distinguish the bubble relative to mapped data.

    Radius

    Gets or sets the radius for the current bubble.

    Declaration
    public double Radius { get; set; }
    Property Value
    Type Description
    double

    A double value representing the radius.

    Remarks

    The radius defines the size of the bubble on the map.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved