menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class BubbleSettingBuilder

    Inheritance
    System.Object
    BubbleSettingBuilder
    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()
    Namespace: Syncfusion.JavaScript.DataVisualization
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class BubbleSettingBuilder

    Constructors

    BubbleSettingBuilder(BubbleSetting, ShapeLayer)

    Declaration
    public BubbleSettingBuilder(BubbleSetting bubbleSetting, ShapeLayer layer)
    Parameters
    Type Name Description
    BubbleSetting bubbleSetting
    ShapeLayer layer

    Fields

    bubbleSetting

    Declaration
    public BubbleSetting bubbleSetting
    Field Value
    Type Description
    BubbleSetting

    shapeLayer

    Declaration
    public ShapeLayer shapeLayer
    Field Value
    Type Description
    ShapeLayer

    Methods

    BubbleOpacity(Double)

    Declaration
    public BubbleSettingBuilder BubbleOpacity(double bubbleOpacity)
    Parameters
    Type Name Description
    System.Double bubbleOpacity
    Returns
    Type Description
    BubbleSettingBuilder

    Color(String)

    Declaration
    public BubbleSettingBuilder Color(string bubbleColor)
    Parameters
    Type Name Description
    System.String bubbleColor
    Returns
    Type Description
    BubbleSettingBuilder

    ColorPath(String)

    Declaration
    public BubbleSettingBuilder ColorPath(string colorPath)
    Parameters
    Type Name Description
    System.String colorPath
    Returns
    Type Description
    BubbleSettingBuilder

    ColorValuePath(String)

    Declaration
    public BubbleSettingBuilder ColorValuePath(string bubbleColorValuePath)
    Parameters
    Type Name Description
    System.String bubbleColorValuePath
    Returns
    Type Description
    BubbleSettingBuilder

    EqualColorMappings(Action<EqualColorMappingBuilder>)

    Declaration
    public BubbleSettingBuilder EqualColorMappings(Action<EqualColorMappingBuilder> colorMapping)
    Parameters
    Type Name Description
    System.Action<EqualColorMappingBuilder> colorMapping
    Returns
    Type Description
    BubbleSettingBuilder

    MaxValue(Double)

    Declaration
    public BubbleSettingBuilder MaxValue(double maxValue)
    Parameters
    Type Name Description
    System.Double maxValue
    Returns
    Type Description
    BubbleSettingBuilder

    MinValue(Double)

    Declaration
    public BubbleSettingBuilder MinValue(double minValue)
    Parameters
    Type Name Description
    System.Double minValue
    Returns
    Type Description
    BubbleSettingBuilder

    RangeColorMappings(Action<RangeColorMappingBuilder>)

    Declaration
    public BubbleSettingBuilder RangeColorMappings(Action<RangeColorMappingBuilder> colorMapping)
    Parameters
    Type Name Description
    System.Action<RangeColorMappingBuilder> colorMapping
    Returns
    Type Description
    BubbleSettingBuilder

    ShowBubble(Boolean)

    Declaration
    public BubbleSettingBuilder ShowBubble(bool showBubble)
    Parameters
    Type Name Description
    System.Boolean showBubble
    Returns
    Type Description
    BubbleSettingBuilder

    ShowTooltip(Boolean)

    Declaration
    public BubbleSettingBuilder ShowTooltip(bool showTooltip)
    Parameters
    Type Name Description
    System.Boolean showTooltip
    Returns
    Type Description
    BubbleSettingBuilder

    TooltipTemplate(String)

    Declaration
    public BubbleSettingBuilder TooltipTemplate(string tooltipTemplate)
    Parameters
    Type Name Description
    System.String tooltipTemplate
    Returns
    Type Description
    BubbleSettingBuilder

    ValuePath(String)

    Declaration
    public BubbleSettingBuilder ValuePath(string bubbleValuePath)
    Parameters
    Type Name Description
    System.String bubbleValuePath
    Returns
    Type Description
    BubbleSettingBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved