ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsBubble - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapsBubble

    Inheritance
    System.Object
    EJTagHelper
    MapsBubble
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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
    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
    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
    public MapsBorder Border { get; set; }
    Property Value
    Type Description
    MapsBorder

    BubbleType

    Sets and gets the type of the bubble in maps.

    Declaration
    public BubbleType BubbleType { get; set; }
    Property Value
    Type Description
    BubbleType

    ColorMapping

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

    Declaration
    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
    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
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    Fill

    Sets and gets the color for the bubble in maps.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    HighlightSettings

    Sets and gets the highlight settings for the bubble in maps.

    Declaration
    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
    public double MaxRadius { get; set; }
    Property Value
    Type Description
    System.Double

    MinRadius

    Sets and gets the minimum radius for the bubble in maps.

    Declaration
    public double MinRadius { get; set; }
    Property Value
    Type Description
    System.Double

    Opacity

    Sets and gets the opacity of the bubble in maps.

    Declaration
    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
    public string Query { get; set; }
    Property Value
    Type Description
    System.String

    SelectionSettings

    Sets and gets the selection settings for the bubble in maps.

    Declaration
    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
    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
    public string ValuePath { get; set; }
    Property Value
    Type Description
    System.String

    Visible

    Enables or disables the visibility state of the bubbles in maps.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved