Interface IBubble
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IBubble
Properties
AnimationDelay
Sets and gets the delay in animation for bubble in maps.
Declaration
double AnimationDelay { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AnimationDuration
Sets and gets the duration for the animation for bubble in maps.
Declaration
double AnimationDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BubbleType
Sets and gets the type of the bubble in maps.
Declaration
BubbleType BubbleType { get; set; }
Property Value
Type | Description |
---|---|
BubbleType |
ColorValuePath
Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.
Declaration
string ColorValuePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataSource
Sets and gets the data source for the bubble. The data source must contain the size value of the bubble that can be bound to the bubble of the Maps using the valuePath property in the bubbleSettings. The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.
Declaration
IEnumerable<object> DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Object> |
Fill
Sets and gets the color for the bubble in maps.
Declaration
string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxRadius
Sets and gets the maximum radius for the bubble in maps.
Declaration
double MaxRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinRadius
Sets and gets the minimum radius for the bubble in maps.
Declaration
double MinRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Opacity
Sets and gets the opacity of the bubble in maps.
Declaration
double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Query
Sets and gets the query to select particular data from the bubble data. This property is applicable only when the data source is created by data manager.
Declaration
Query Query { get; set; }
Property Value
Type | Description |
---|---|
Query |
ValuePath
Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.
Declaration
string ValuePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visible
Enables or disables the visibility state of the bubbles in maps.
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |