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()
Assembly: Syncfusion.EJ.dll
Syntax
public class BubbleSettingBuilder
Constructors
BubbleSettingBuilder(BubbleSetting, ShapeLayer)
Declaration
public BubbleSettingBuilder(BubbleSetting bubbleSetting, ShapeLayer layer)
Parameters
Fields
bubbleSetting
Declaration
public BubbleSetting bubbleSetting
Field Value
shapeLayer
Declaration
public ShapeLayer shapeLayer
Field Value
Methods
BubbleOpacity(Double)
Declaration
public BubbleSettingBuilder BubbleOpacity(double bubbleOpacity)
Parameters
Type |
Name |
Description |
System.Double |
bubbleOpacity |
|
Returns
Color(String)
Declaration
public BubbleSettingBuilder Color(string bubbleColor)
Parameters
Type |
Name |
Description |
System.String |
bubbleColor |
|
Returns
ColorPath(String)
Declaration
public BubbleSettingBuilder ColorPath(string colorPath)
Parameters
Type |
Name |
Description |
System.String |
colorPath |
|
Returns
ColorValuePath(String)
Declaration
public BubbleSettingBuilder ColorValuePath(string bubbleColorValuePath)
Parameters
Type |
Name |
Description |
System.String |
bubbleColorValuePath |
|
Returns
EqualColorMappings(Action<EqualColorMappingBuilder>)
Declaration
public BubbleSettingBuilder EqualColorMappings(Action<EqualColorMappingBuilder> colorMapping)
Parameters
Returns
MaxValue(Double)
Declaration
public BubbleSettingBuilder MaxValue(double maxValue)
Parameters
Type |
Name |
Description |
System.Double |
maxValue |
|
Returns
MinValue(Double)
Declaration
public BubbleSettingBuilder MinValue(double minValue)
Parameters
Type |
Name |
Description |
System.Double |
minValue |
|
Returns
RangeColorMappings(Action<RangeColorMappingBuilder>)
Declaration
public BubbleSettingBuilder RangeColorMappings(Action<RangeColorMappingBuilder> colorMapping)
Parameters
Returns
ShowBubble(Boolean)
Declaration
public BubbleSettingBuilder ShowBubble(bool showBubble)
Parameters
Type |
Name |
Description |
System.Boolean |
showBubble |
|
Returns
Declaration
public BubbleSettingBuilder ShowTooltip(bool showTooltip)
Parameters
Type |
Name |
Description |
System.Boolean |
showTooltip |
|
Returns
Declaration
public BubbleSettingBuilder TooltipTemplate(string tooltipTemplate)
Parameters
Type |
Name |
Description |
System.String |
tooltipTemplate |
|
Returns
ValuePath(String)
Declaration
public BubbleSettingBuilder ValuePath(string bubbleValuePath)
Parameters
Type |
Name |
Description |
System.String |
bubbleValuePath |
|
Returns