Class MapsBubble
Inheritance
System.Object
MapsBubble
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 MapsBubble : EJTagHelper
Constructors
MapsBubble()
Declaration
Properties
AnimationDelay
Sets and gets the delay in animation for bubble in maps.
Declaration
[HtmlAttributeName("animationDelay")]
public double AnimationDelay { get; set; }
Property Value
Type |
Description |
System.Double |
|
AnimationDuration
Sets and gets the duration for the animation for bubble in maps.
Declaration
[HtmlAttributeName("animationDuration")]
public double AnimationDuration { get; set; }
Property Value
Type |
Description |
System.Double |
|
Border
Sets and gets the options to customize the color and width of the border for the bubble in maps.
Declaration
[HtmlAttributeName("border")]
public MapsBorder Border { get; set; }
Property Value
BubbleType
Sets and gets the type of the bubble in maps.
Declaration
[HtmlAttributeName("bubbleType")]
public BubbleType BubbleType { get; set; }
Property Value
ColorMapping
Sets and gets the color-mapping for the bubble in maps.
Declaration
[HtmlAttributeName("colorMapping")]
public List<MapsColorMapping> ColorMapping { get; set; }
Property Value
ColorValuePath
Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.
Declaration
[HtmlAttributeName("colorValuePath")]
public 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
[HtmlAttributeName("dataSource")]
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
Fill
Sets and gets the color for the bubble in maps.
Declaration
[HtmlAttributeName("fill")]
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
HighlightSettings
Sets and gets the highlight settings for the bubble in maps.
Declaration
[HtmlAttributeName("highlightSettings")]
public MapsHighlightSettings HighlightSettings { get; set; }
Property Value
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
MaxRadius
Sets and gets the maximum radius for the bubble in maps.
Declaration
[HtmlAttributeName("maxRadius")]
public double MaxRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinRadius
Sets and gets the minimum radius for the bubble in maps.
Declaration
[HtmlAttributeName("minRadius")]
public double MinRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Opacity
Sets and gets the opacity of the bubble in maps.
Declaration
[HtmlAttributeName("opacity")]
public 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
[HtmlAttributeName("query")]
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectionSettings
Sets and gets the selection settings for the bubble in maps.
Declaration
[HtmlAttributeName("selectionSettings")]
public MapsSelectionSettings SelectionSettings { get; set; }
Property Value
Sets and gets the options to customize the tooltip for the bubbles in maps.
Declaration
[HtmlAttributeName("tooltipSettings")]
public MapsTooltipSettings TooltipSettings { get; set; }
Property Value
ValuePath
Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.
Declaration
[HtmlAttributeName("valuePath")]
public string ValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Visible
Enables or disables the visibility state of the bubbles in maps.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|