ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsBubble

    Show / Hide Table of Contents

    Class MapsBubble

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    MapsBubble
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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()
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsBubble : EJTagHelper

    Constructors

    MapsBubble()

    Declaration
    public MapsBubble()

    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
    Type Description
    MapsBorder

    BubbleType

    Sets and gets the type of the bubble in maps.

    Declaration
    [HtmlAttributeName("bubbleType")]
    public BubbleType BubbleType { get; set; }
    Property Value
    Type Description
    BubbleType

    ColorMapping

    Sets and gets the color-mapping for the bubble in maps.

    Declaration
    [HtmlAttributeName("colorMapping")]
    public List<MapsColorMapping> ColorMapping { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapsColorMapping>

    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
    Type Description
    MapsHighlightSettings

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    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
    Type Description
    MapsSelectionSettings

    TooltipSettings

    Sets and gets the options to customize the tooltip for the bubbles in maps.

    Declaration
    [HtmlAttributeName("tooltipSettings")]
    public MapsTooltipSettings TooltipSettings { get; set; }
    Property Value
    Type Description
    MapsTooltipSettings

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved