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 MapsBubbleBuilder

    Show / Hide Table of Contents

    Class MapsBubbleBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsBubbleBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 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
    public void Add()

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

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

    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
    Type Name Description
    MapsBorder border
    Returns
    Type Description
    MapsBubbleBuilder

    Border(Action<MapsBorderBuilder>)

    Declaration
    public MapsBubbleBuilder Border(Action<MapsBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<MapsBorderBuilder> border
    Returns
    Type Description
    MapsBubbleBuilder

    BubbleType(BubbleType)

    Sets and gets the type of the bubble in maps.

    Declaration
    public MapsBubbleBuilder BubbleType(BubbleType bubbleType)
    Parameters
    Type Name Description
    BubbleType bubbleType
    Returns
    Type Description
    MapsBubbleBuilder

    ColorMapping(Action<MapsColorMappingBuilder>)

    Declaration
    public MapsBubbleBuilder ColorMapping(Action<MapsColorMappingBuilder> colorMapping)
    Parameters
    Type Name Description
    System.Action<MapsColorMappingBuilder> colorMapping
    Returns
    Type Description
    MapsBubbleBuilder

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

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

    DataSource(Action<DataManagerBuilder>)

    Declaration
    public MapsBubbleBuilder DataSource(Action<DataManagerBuilder> dataSource)
    Parameters
    Type Name Description
    System.Action<DataManagerBuilder> dataSource
    Returns
    Type Description
    MapsBubbleBuilder

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

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

    HighlightSettings(MapsHighlightSettings)

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

    Declaration
    public MapsBubbleBuilder HighlightSettings(MapsHighlightSettings highlightSettings)
    Parameters
    Type Name Description
    MapsHighlightSettings highlightSettings
    Returns
    Type Description
    MapsBubbleBuilder

    HighlightSettings(Action<MapsHighlightSettingsBuilder>)

    Declaration
    public MapsBubbleBuilder HighlightSettings(Action<MapsHighlightSettingsBuilder> highlightSettings)
    Parameters
    Type Name Description
    System.Action<MapsHighlightSettingsBuilder> highlightSettings
    Returns
    Type Description
    MapsBubbleBuilder

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

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

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

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

    SelectionSettings(MapsSelectionSettings)

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

    Declaration
    public MapsBubbleBuilder SelectionSettings(MapsSelectionSettings selectionSettings)
    Parameters
    Type Name Description
    MapsSelectionSettings selectionSettings
    Returns
    Type Description
    MapsBubbleBuilder

    SelectionSettings(Action<MapsSelectionSettingsBuilder>)

    Declaration
    public MapsBubbleBuilder SelectionSettings(Action<MapsSelectionSettingsBuilder> selectionSettings)
    Parameters
    Type Name Description
    System.Action<MapsSelectionSettingsBuilder> selectionSettings
    Returns
    Type Description
    MapsBubbleBuilder

    TooltipSettings(MapsTooltipSettings)

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

    Declaration
    public MapsBubbleBuilder TooltipSettings(MapsTooltipSettings tooltipSettings)
    Parameters
    Type Name Description
    MapsTooltipSettings tooltipSettings
    Returns
    Type Description
    MapsBubbleBuilder

    TooltipSettings(Action<MapsTooltipSettingsBuilder>)

    Declaration
    public MapsBubbleBuilder TooltipSettings(Action<MapsTooltipSettingsBuilder> tooltipSettings)
    Parameters
    Type Name Description
    System.Action<MapsTooltipSettingsBuilder> tooltipSettings
    Returns
    Type Description
    MapsBubbleBuilder

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

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