Skip to main content

MapBubbleSettings Members

Contains settings used to generate Bubble chart items.

Constructors

Name Description
MapBubbleSettings() Initializes a new instance of the MapBubbleSettings class with default settings.

Fields

Name Description
CustomMarkerTemplateProperty static Identifies the MapBubbleSettings.CustomMarkerTemplate dependency property.
IsHitTestVisibleProperty static Identifies the MapItemSettingsBase.IsHitTestVisible dependency property. Inherited from MapItemSettingsBase.
MarkerTypeProperty static Identifies the MapBubbleSettings.MarkerType dependency property.
VisibleProperty static Identifies the MapItemSettingsBase.Visible dependency property. Inherited from MapItemSettingsBase.

Properties

Name Description
CustomMarkerTemplate Gets or sets the template of a bubble chart.
IsHitTestVisible Gets or sets a value that defines whether a map item can be returned as a hit-testing result. Inherited from MapItemSettingsBase.
MarkerType Gets or sets a value specifying the appearance of a bubble marker.
Visible Gets or sets the value that specifies whether the map items generated using these settings are visible. Inherited from MapItemSettingsBase.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also