Class MapsBubble
Inheritance
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsBubble : EJTagHelper
Constructors
MapsBubble()
Declaration
public MapsBubble()
Properties
AnimationDelay
Gets or sets the delay in animation for the bubbles in maps.
Declaration
public double AnimationDelay { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
AnimationDuration
Gets or sets the duration for the animation of the bubbles in maps.
Declaration
public double AnimationDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1000 |
Border
Gets or sets the options to customize the style properties of the border for the bubbles in maps.
Declaration
public MapsBorder Border { get; set; }
Property Value
Type | Description |
---|---|
MapsBorder | The default value is null |
BubbleType
Gets or sets the type of the bubble in maps.
Declaration
public BubbleType BubbleType { get; set; }
Property Value
Type | Description |
---|---|
BubbleType | The default value is BubbleType.Circle |
ColorMapping
Gets or sets the color-mapping for the bubbles in maps.
Declaration
public List<MapsColorMapping> ColorMapping { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MapsColorMapping> | The default value is null |
ColorValuePath
Gets or sets the field name from the data source of bubble settings to set the color for each bubble in maps.
Declaration
public string ColorValuePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
DataSource
Gets or sets 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 other informations that can be bound to the bubble and tooltip of the bubble.
Declaration
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Fill
Gets or sets the color for the bubbles in maps.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
HighlightSettings
Gets or sets the options to customize the highlight of the bubbles in maps.
Declaration
public MapsHighlightSettings HighlightSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsHighlightSettings | The default value is null |
MaxRadius
Gets or sets the maximum radius for the bubbles in maps.
Declaration
public double MaxRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 20 |
MinRadius
Gets or sets the minimum radius for the bubbles in maps.
Declaration
public double MinRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 10 |
Opacity
Gets or sets the opacity of the bubbles in maps.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
Query
Gets or sets the query to select particular data from the bubble data source. This property is applicable only when the data source is created by data manager.
Declaration
public string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
SelectionSettings
Gets or sets the options to customize the selection of the bubbles in maps.
Declaration
public MapsSelectionSettings SelectionSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsSelectionSettings | The default value is null |
TooltipSettings
Gets or sets the options to customize the tooltip of the bubbles in maps.
Declaration
public MapsTooltipSettings TooltipSettings { get; set; }
Property Value
Type | Description |
---|---|
MapsTooltipSettings | The default value is null |
ValuePath
Gets or sets the field name from the data source of bubble settings based on which the bubbles are rendered on the maps.
Declaration
public string ValuePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Visible
Enables or disables the visibility of the bubbles in maps.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |