menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class BubbleSetting

    Inheritance
    System.Object
    EJTagHelper
    BubbleSetting
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class BubbleSetting : EJTagHelper

    Constructors

    BubbleSetting()

    Declaration
    public BubbleSetting()

    Properties

    BubbleOpacity

    Declaration
    [JsonProperty("bubbleOpacity")]
    public double BubbleOpacity { get; set; }
    Property Value
    Type Description
    System.Double

    Color

    Declaration
    [JsonProperty("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    ColorMappings

    Declaration
    [JsonProperty("colorMappings")]
    public ColorMapping ColorMappings { get; set; }
    Property Value
    Type Description
    ColorMapping

    ColorPath

    Declaration
    [JsonProperty("colorPath")]
    public string ColorPath { get; set; }
    Property Value
    Type Description
    System.String

    ColorValuePath

    Declaration
    [JsonProperty("colorValuePath")]
    public string ColorValuePath { get; set; }
    Property Value
    Type Description
    System.String

    MaxValue

    Declaration
    [JsonProperty("maxValue")]
    public double MaxValue { get; set; }
    Property Value
    Type Description
    System.Double

    MinValue

    Declaration
    [JsonProperty("minValue")]
    public double MinValue { get; set; }
    Property Value
    Type Description
    System.Double

    ShowBubble

    Declaration
    [JsonProperty("showBubble")]
    public bool ShowBubble { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowTooltip

    Declaration
    [JsonProperty("showTooltip")]
    public bool ShowTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    TooltipTemplate

    Declaration
    [JsonProperty("tooltipTemplate")]
    public string TooltipTemplate { get; set; }
    Property Value
    Type Description
    System.String

    ValuePath

    Declaration
    [JsonProperty("valuePath")]
    public string ValuePath { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved