Class MapsBubbleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsBubbleBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsBubbleBuilder : ControlBuilder
Constructors
MapsBubbleBuilder()
Declaration
public MapsBubbleBuilder()
MapsBubbleBuilder(List<MapsBubble>)
Declaration
public MapsBubbleBuilder(List<MapsBubble> collection)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<MapsBubble> |
collection |
|
Methods
Add()
Declaration
AnimationDelay(Double)
Gets or sets the delay in animation for the bubbles in maps.
Declaration
public MapsBubbleBuilder AnimationDelay(double animationDelay)
Parameters
Type |
Name |
Description |
System.Double |
animationDelay |
|
Returns
AnimationDuration(Double)
Gets or sets the duration for the animation of the bubbles in maps.
Declaration
public MapsBubbleBuilder AnimationDuration(double animationDuration)
Parameters
Type |
Name |
Description |
System.Double |
animationDuration |
|
Returns
Border(MapsBorder)
Gets or sets the options to customize the style properties of the border for the bubbles in maps.
Declaration
public MapsBubbleBuilder Border(MapsBorder border)
Parameters
Returns
Border(Action<MapsBorderBuilder>)
Declaration
public MapsBubbleBuilder Border(Action<MapsBorderBuilder> border)
Parameters
Returns
BubbleType(BubbleType)
Gets or sets the type of the bubble in maps.
Declaration
public MapsBubbleBuilder BubbleType(BubbleType bubbleType)
Parameters
Returns
ColorMapping(Action<MapsColorMappingBuilder>)
Declaration
public MapsBubbleBuilder ColorMapping(Action<MapsColorMappingBuilder> colorMapping)
Parameters
Returns
ColorMapping(List<MapsColorMapping>)
Gets or sets the color-mapping for the bubbles in maps.
Declaration
public MapsBubbleBuilder ColorMapping(List<MapsColorMapping> colorMapping)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<MapsColorMapping> |
colorMapping |
|
Returns
ColorValuePath(String)
Gets or sets the field name from the data source of bubble settings to set the color for each bubble in maps.
Declaration
public MapsBubbleBuilder ColorValuePath(string colorValuePath)
Parameters
Type |
Name |
Description |
System.String |
colorValuePath |
|
Returns
DataSource(Action<DataManagerBuilder>)
Declaration
public MapsBubbleBuilder DataSource(Action<DataManagerBuilder> dataSource)
Parameters
Type |
Name |
Description |
System.Action<Syncfusion.EJ2.DataManagerBuilder> |
dataSource |
|
Returns
DataSource(Object)
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 MapsBubbleBuilder DataSource(object dataSource)
Parameters
Type |
Name |
Description |
System.Object |
dataSource |
|
Returns
Fill(String)
Gets or sets the color for the bubbles in maps.
Declaration
public MapsBubbleBuilder Fill(string fill)
Parameters
Type |
Name |
Description |
System.String |
fill |
|
Returns
HighlightSettings(MapsHighlightSettings)
Gets or sets the options to customize the highlight of the bubbles in maps.
Declaration
public MapsBubbleBuilder HighlightSettings(MapsHighlightSettings highlightSettings)
Parameters
Returns
HighlightSettings(Action<MapsHighlightSettingsBuilder>)
Declaration
public MapsBubbleBuilder HighlightSettings(Action<MapsHighlightSettingsBuilder> highlightSettings)
Parameters
Returns
MaxRadius(Double)
Gets or sets the maximum radius for the bubbles in maps.
Declaration
public MapsBubbleBuilder MaxRadius(double maxRadius)
Parameters
Type |
Name |
Description |
System.Double |
maxRadius |
|
Returns
MinRadius(Double)
Gets or sets the minimum radius for the bubbles in maps.
Declaration
public MapsBubbleBuilder MinRadius(double minRadius)
Parameters
Type |
Name |
Description |
System.Double |
minRadius |
|
Returns
Opacity(Double)
Gets or sets the opacity of the bubbles in maps.
Declaration
public MapsBubbleBuilder Opacity(double opacity)
Parameters
Type |
Name |
Description |
System.Double |
opacity |
|
Returns
Query(String)
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 MapsBubbleBuilder Query(string query)
Parameters
Type |
Name |
Description |
System.String |
query |
|
Returns
SelectionSettings(MapsSelectionSettings)
Gets or sets the options to customize the selection of the bubbles in maps.
Declaration
public MapsBubbleBuilder SelectionSettings(MapsSelectionSettings selectionSettings)
Parameters
Returns
SelectionSettings(Action<MapsSelectionSettingsBuilder>)
Declaration
public MapsBubbleBuilder SelectionSettings(Action<MapsSelectionSettingsBuilder> selectionSettings)
Parameters
Returns
Gets or sets the options to customize the tooltip of the bubbles in maps.
Declaration
public MapsBubbleBuilder TooltipSettings(MapsTooltipSettings tooltipSettings)
Parameters
Returns
Declaration
public MapsBubbleBuilder TooltipSettings(Action<MapsTooltipSettingsBuilder> tooltipSettings)
Parameters
Returns
ValuePath(String)
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 MapsBubbleBuilder ValuePath(string valuePath)
Parameters
Type |
Name |
Description |
System.String |
valuePath |
|
Returns
Visible(Boolean)
Enables or disables the visibility of the bubbles in maps.
Declaration
public MapsBubbleBuilder Visible(bool visible)
Parameters
Type |
Name |
Description |
System.Boolean |
visible |
|
Returns