Back to Devexpress

MapBubbleMappingInfo.BubbleGroup Property

windowsforms-devexpress-dot-xtramap-dot-mapbubblemappinginfo.md

latest1.2 KB
Original Source

MapBubbleMappingInfo.BubbleGroup Property

Gets or sets the name of the data field, which contains data to determine groups for Bubble charts.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue("")]
public string BubbleGroup { get; set; }
vb
<DefaultValue("")>
Public Property BubbleGroup As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the name of the bound data field.

|

See Also

MapBubbleMappingInfo Class

MapBubbleMappingInfo Members

DevExpress.XtraMap Namespace