Skip to main content
A newer version of this page is available. .

MapBubbleMappingInfo Properties

Contains information about mapping the Bubble chart item.
Name Description
BubbleGroup Gets or sets the name of the data field, which contains data to determine groups for Bubble charts.
ImageIndex This property is hidden because it can not be used with the MapChartItemMappingInfo. Inherited from MapChartItemMappingInfo.
Latitude Gets or sets the data field to which a GeoPoint.Latitude property is bound. Inherited from MapItemMappingInfo.
Longitude Gets or sets the data field to which a GeoPoint.Longitude property is bound. Inherited from MapItemMappingInfo.
Text Gets or sets the data field to which a MapPointer.Text property is bound. Inherited from MapItemMappingInfo.
Type This property is hidden, because it can not be used with the MapChartItemMappingInfo. Inherited from MapChartItemMappingInfo.
Value Gets or sets the name of the data field, which contains data to determine values for chart items. Inherited from MapChartItemMappingInfo.
XCoordinate Gets or sets the data field to which a CartesianPoint.X property is bound. Inherited from MapItemMappingInfo.
YCoordinate Gets or sets the data field to which a CartesianPoint.Y property is bound. Inherited from MapItemMappingInfo.
See Also