Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BubbleMarkerSetting

    Show / Hide Table of Contents

    Class BubbleMarkerSetting

    Represents the BubbleMarkerSetting. To render this, create an instance of BubbleMarkerSetting class, and set required properties.

    Inheritance
    System.Object
    BubbleMarkerSetting
    Namespace: Syncfusion.SfMaps.XForms
    Assembly: Syncfusion.SfMaps.XForms.dll
    Syntax
    public class BubbleMarkerSetting : Element, IThemeElement

    Constructors

    BubbleMarkerSetting()

    Initializes a new instance of the BubbleMarkerSetting class. Using this, you can set a value for the required properties.

    Declaration
    public BubbleMarkerSetting()

    Fields

    ColorMappingsProperty

    Gets or sets the ColorMappings property of the bubble marker. It customizes the bubble color based on underlying value.

    Declaration
    public static readonly BindableProperty ColorMappingsProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    ColorValuePathProperty

    Gets or sets the field value to be fetched from data for each bubble. It is used to determine the bubble color.

    Declaration
    public static readonly BindableProperty ColorValuePathProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    FillProperty

    Gets or sets the fill color property for bubbles. You customize the fill color of bubbles using the fill color property.

    Declaration
    public static readonly BindableProperty FillProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    MaxSizeProperty

    Gets or sets the maximum size property of the bubble marker. It customizes the maximum size of a bubble marker.

    Declaration
    public static readonly BindableProperty MaxSizeProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    MinSizeProperty

    Gets or sets the minimum size property of the bubble. It customizes the minimum size of a bubble marker.

    Declaration
    public static readonly BindableProperty MinSizeProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    OpacityProperty

    Gets or sets the opacity color property value for bubbles. You can customize the opacity color value for bubble marker.

    Declaration
    public static readonly BindableProperty OpacityProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    ShowBubblesProperty

    Gets or sets a value that indicates whether to display the bubbles or not. It customizes the visibility of bubbles.

    Declaration
    public static readonly BindableProperty ShowBubblesProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    TooltipSettingsProperty

    Gets or sets the TooltipSettings property for bubble marker. It is used to set tooltip setting for bubble marker.

    Declaration
    public static readonly BindableProperty TooltipSettingsProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    ValuePathProperty

    Gets or sets the field value property to be fetched from data for each bubble. It sets a value path for bubble marker.

    Declaration
    public static readonly BindableProperty ValuePathProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    ColorMappings

    Gets or sets the ColorMappings of bubble marker. It customizes the bubble color based on underlying value.

    Declaration
    public ObservableCollection<ColorMapping> ColorMappings { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ColorMapping>

    ColorValuePath

    Gets or sets the field value property to be fetched from data for each bubble. It is used to determine the bubble color.

    Declaration
    public string ColorValuePath { get; set; }
    Property Value
    Type Description
    System.String

    Fill

    Gets or sets the fill color for bubbles. You can customize the fill color of bubbles using the fill color property.

    Declaration
    public Color Fill { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    MaxSize

    Gets or sets the maximum size of the bubble marker. It customizes the maximum size of a bubble marker.

    Declaration
    public double MaxSize { get; set; }
    Property Value
    Type Description
    System.Double

    MinSize

    Gets or sets the minimum size of the bubble. It customizes the minimum size of a bubble marker.

    Declaration
    public double MinSize { get; set; }
    Property Value
    Type Description
    System.Double

    Opacity

    Gets or sets the opacity color value for bubbles. You can customize the opacity color value for bubble marker.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    ShowBubbles

    Gets or sets a value indicating whether to display the bubbles or not. It customizes the visibility of bubble marker.

    Declaration
    public bool ShowBubbles { get; set; }
    Property Value
    Type Description
    System.Boolean

    TooltipSettings

    Gets or sets TooltipSettings for bubble marker. It is used to set tooltip setting for bubble marker.

    Declaration
    public TooltipSetting TooltipSettings { get; set; }
    Property Value
    Type Description
    TooltipSetting

    ValuePath

    Gets or sets the field value to be fetched from data for each bubble. It sets a value path for bubble marker.

    Declaration
    public string ValuePath { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnBindingContextChanged()

    Override method.

    Declaration
    protected override void OnBindingContextChanged()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved