Class BubbleRenderingEventArgs
Specifies the event arguments for bubble rendering event in maps.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class BubbleRenderingEventArgs : MapsBaseEventArgs
Constructors
BubbleRenderingEventArgs()
Declaration
public BubbleRenderingEventArgs()
Properties
Border
Defines the color and width of the border for the bubble in event argument.
Declaration
public MapsBubbleBorder Border { get; set; }
Property Value
Type | Description |
---|---|
MapsBubbleBorder |
CenterX
Defines the center x position for the current bubble.
Declaration
public double CenterX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterY
Defines the center Y position for the current bubble.
Declaration
public double CenterY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Cx
Defines the center x position for the current bubble.
Declaration
public double Cx { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Cy
Defines the center Y position for the current bubble.
Declaration
public double Cy { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Data
Defines the data for the current bubble.
Declaration
public Dictionary<string, string> Data { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
Fill
Defines the color for the bubble in event argument.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Radius
Defines the radius for the current bubble.
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |