Class SFBubbleMarkerSetting
Inheritance
System.Object
SFBubbleMarkerSetting
Namespace: Syncfusion.SfMaps.iOS
Assembly: Syncfusion.SfMaps.iOS.dll
Syntax
public class SFBubbleMarkerSetting : NSObject
Constructors
SFBubbleMarkerSetting()
Initializes a new instance of the SFBubbleMarkerSetting class.
Declaration
public SFBubbleMarkerSetting()
Properties
ColorMappings
Gets or sets the color mapping
Declaration
public ObservableCollection<SFMapColorMapping> ColorMappings { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<SFMapColorMapping> |
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 NSString ColorValuePath { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSString | The color value path. |
FillColor
Gets or sets the color of the bubble
Declaration
public UIColor FillColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the fill. |
MaxSize
Gets or sets the maximum size of the bubble.
Declaration
public double MaxSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The size of the max. |
MinSize
Gets or sets the minimum size of the bubble.
Declaration
public double MinSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The minimum size. |
Opacity
Gets or sets the opacity of the bubble.
Declaration
public nfloat Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The opacity. |
ShowBubbles
Gets or sets a value indicating whether to show bubbles or not.
Declaration
public bool ShowBubbles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
TooltipSettings
Gets or sets the the tooltip setting
Declaration
public TooltipSetting TooltipSettings { get; set; }
Property Value
Type |
---|
TooltipSetting |
ValuePath
Gets or sets the the field value that is to be fetched from data for each bubble
Declaration
public NSString ValuePath { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSString | The value path. |