Class BubbleSetting
Inheritance
System.Object
BubbleSetting
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class BubbleSetting : EJTagHelper
Constructors
BubbleSetting()
Declaration
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
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 |
|
Declaration
[JsonProperty("showTooltip")]
public bool ShowTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|