Class BubbleOptions
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class BubbleOptions : EJTagHelper
Constructors
BubbleOptions()
Declaration
public BubbleOptions()
Properties
MaxRadius
Gets or sets the maximum radius of BubbleOptions
Declaration
[JsonProperty("maxRadius")]
public double MaxRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Maximum radius used in BubbleOptions
MinRadius
Gets or sets the minimum radius of BubbleOptions
Declaration
[JsonProperty("minRadius")]
public double MinRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Minimum radius used in the BubbleOptions
RadiusMode
Gets or sets the bubble radius mode of BubbleOptions
Declaration
[JsonProperty("radiusMode")]
[JsonConverter(typeof(StringEnumConverter))]
public BubbleRadiusMode RadiusMode { get; set; }
Property Value
Type | Description |
---|---|
BubbleRadiusMode |
Remarks
Bubble radius mode used in BubbleOptions