Class BubbleMarkerSetting
Class Implementation of BubbleMarkerSetting
Inheritance
System.Object
BubbleMarkerSetting
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class BubbleMarkerSetting : Object
Constructors
BubbleMarkerSetting()
Initializes a new instance of the BubbleMarkerSetting class.
Declaration
public BubbleMarkerSetting()
Properties
Alpha
Gets or sets float value for Alpha
Declaration
public float Alpha { get; set; }
Property Value
Type |
---|
System.Single |
AutoFillColors
Gets or sets a value indicating whether to fill color.
Declaration
public bool AutoFillColors { get; set; }
Property Value
Type |
---|
System.Boolean |
ColorMapping
Gets or sets the color mapping
Declaration
public IList<ColorMapping> ColorMapping { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IList<ColorMapping> |
ColorValuePath
Gets or sets the field value that is to be fetched from data for each bubble used for determining the bubble color.
Declaration
public string ColorValuePath { get; set; }
Property Value
Type |
---|
System.String |
FillColor
Gets or sets the color for the bubble.
Declaration
public int FillColor { get; set; }
Property Value
Type |
---|
System.Int32 |
MaxSize
Gets or sets the maximum size of the bubble.
Declaration
public double MaxSize { get; set; }
Property Value
Type |
---|
System.Double |
MinSize
Gets or sets the minimum size of the bubble.
Declaration
public double MinSize { get; set; }
Property Value
Type |
---|
System.Double |
ShowBubbles
Gets or sets a value indicating whether to show bubbles
Declaration
public bool ShowBubbles { get; set; }
Property Value
Type |
---|
System.Boolean |
TooltipSettings
Gets or sets the TooltipSettings
Declaration
public TooltipSetting TooltipSettings { get; set; }
Property Value
Type |
---|
TooltipSetting |
ValuePath
Gets or sets the field value that is to be fetched from data for each bubble.
Declaration
public string ValuePath { get; set; }
Property Value
Type |
---|
System.String |
Methods
GetBubbleSize(Object)
Returns the size of bubble
Declaration
public double GetBubbleSize(object bubbleValue)
Parameters
Type | Name | Description |
---|---|---|
System.Object | bubbleValue | To set object |
Returns
Type | Description |
---|---|
System.Double | double bubbleRadius |