Class MapsBubbleBuilder
Inheritance
System.Object
MapsBubbleBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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)
Sets and gets the delay in animation for bubble in maps.
Declaration
public MapsBubbleBuilder AnimationDelay(double animationDelay)
Parameters
Type |
Name |
Description |
System.Double |
animationDelay |
|
Returns
AnimationDuration(Double)
Sets and gets the duration for the animation for bubble in maps.
Declaration
public MapsBubbleBuilder AnimationDuration(double animationDuration)
Parameters
Type |
Name |
Description |
System.Double |
animationDuration |
|
Returns
Border(MapsBorder)
Sets and gets the options to customize the color and width of the border for the bubble in maps.
Declaration
public MapsBubbleBuilder Border(MapsBorder border)
Parameters
Returns
Border(Action<MapsBorderBuilder>)
Declaration
public MapsBubbleBuilder Border(Action<MapsBorderBuilder> border)
Parameters
Returns
BubbleType(BubbleType)
Sets and gets 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>)
Sets and gets the color-mapping for the bubble in maps.
Declaration
public MapsBubbleBuilder ColorMapping(List<MapsColorMapping> colorMapping)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<MapsColorMapping> |
colorMapping |
|
Returns
ColorValuePath(String)
Sets and gets the value from the data source of bubble settings for the color of the 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
Returns
DataSource(Object)
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
public MapsBubbleBuilder DataSource(object dataSource)
Parameters
Type |
Name |
Description |
System.Object |
dataSource |
|
Returns
Fill(String)
Sets and gets the color for the bubble in maps.
Declaration
public MapsBubbleBuilder Fill(string fill)
Parameters
Type |
Name |
Description |
System.String |
fill |
|
Returns
HighlightSettings(MapsHighlightSettings)
Sets and gets the highlight settings for the bubble in maps.
Declaration
public MapsBubbleBuilder HighlightSettings(MapsHighlightSettings highlightSettings)
Parameters
Returns
HighlightSettings(Action<MapsHighlightSettingsBuilder>)
Declaration
public MapsBubbleBuilder HighlightSettings(Action<MapsHighlightSettingsBuilder> highlightSettings)
Parameters
Returns
MaxRadius(Double)
Sets and gets the maximum radius for the bubble in maps.
Declaration
public MapsBubbleBuilder MaxRadius(double maxRadius)
Parameters
Type |
Name |
Description |
System.Double |
maxRadius |
|
Returns
MinRadius(Double)
Sets and gets the minimum radius for the bubble in maps.
Declaration
public MapsBubbleBuilder MinRadius(double minRadius)
Parameters
Type |
Name |
Description |
System.Double |
minRadius |
|
Returns
Opacity(Double)
Sets and gets the opacity of the bubble in maps.
Declaration
public MapsBubbleBuilder Opacity(double opacity)
Parameters
Type |
Name |
Description |
System.Double |
opacity |
|
Returns
Query(String)
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
public MapsBubbleBuilder Query(string query)
Parameters
Type |
Name |
Description |
System.String |
query |
|
Returns
SelectionSettings(MapsSelectionSettings)
Sets and gets the selection settings for the bubble in maps.
Declaration
public MapsBubbleBuilder SelectionSettings(MapsSelectionSettings selectionSettings)
Parameters
Returns
SelectionSettings(Action<MapsSelectionSettingsBuilder>)
Declaration
public MapsBubbleBuilder SelectionSettings(Action<MapsSelectionSettingsBuilder> selectionSettings)
Parameters
Returns
Sets and gets the options to customize the tooltip for the bubbles in maps.
Declaration
public MapsBubbleBuilder TooltipSettings(MapsTooltipSettings tooltipSettings)
Parameters
Returns
Declaration
public MapsBubbleBuilder TooltipSettings(Action<MapsTooltipSettingsBuilder> tooltipSettings)
Parameters
Returns
ValuePath(String)
Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.
Declaration
public MapsBubbleBuilder ValuePath(string valuePath)
Parameters
Type |
Name |
Description |
System.String |
valuePath |
|
Returns
Visible(Boolean)
Enables or disables the visibility state of the bubbles in maps.
Declaration
public MapsBubbleBuilder Visible(bool visible)
Parameters
Type |
Name |
Description |
System.Boolean |
visible |
|
Returns