Element Details: Series.Bubble
 Back


Available in: Logi Info Source code name: Series.BubbleIntroduced in: v11.2.040

The Series.Bubble element creates a bubble chart within the chart canvas.

A Bubble chart is similar to a Scatter chart, except that it shows each data point in a different size, based on a data value. Larger data values are represented by larger bubbles.

Set the size of bubbles with the SizeDataColumn attribute.

Some attributes for bubble style may be set by adding a MarkerPoints element.

Element Group: Chart Series



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
BubbleMaxSize
UserDefined
Sets the maximum bubble size, in pixels or a percentage. Bubbles will be automatically sized between the Bubble Min Size and Bubble Max Size to produce the Z value of each bubble. Indicate “pixels” by entering just a number, or a “percentage” of the lesser of the plot width and height by entering a number and the percent sign. The default value is "20%".
BubbleMinSize
UserDefined
Sets the minimum bubble size, in pixels or a percentage. Bubbles will be automatically sized between the Bubble Min Size and Bubble Max Size to produce the Z value of each bubble. Indicate “pixels” by entering just a number, or a “percentage” of the lesser of the plot width and height by entering a number and the percent sign. The default value is "20%".
ChartSizeDataColumn
UserDefined
(Required) Specifies the name of a datalayer column that contains values for bubble sizes.
ChartXDataColumn
UserDefined
Specifies the name of a datalayer column whose values will be plotted along the X-axis.
ChartXDataColumnType
Text
Number
DateTime
Auto
Specifies the data type of the datalayer column named in the X-axis Data Column attribute. Options include "Auto" (the default), "Text", "Number", and "DateTime".
ChartYDataColumn
UserDefined
(Required) Specifies the name of a datalayer column whose values will be plotted along the Y-axis.
Color
UserDefined
Sets the element's color. Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. For bar charts, each bar can be a different color by entering multiple colors, each separated by a comma. When using a Crosstab Filter under the Chart's DataLayer, use comma-separated colors and a Legend element so each crosstab set can be identified.
CombineWithSeriesID
UserDefined
When two series are combined, by default only the first one will appear in the legend. Clicking the item in the legend toggles both series to appear and disappear. Set this attribute to the element ID of another series to combine it with this series in the legend. Or, the value "Previous" can be entered to combine this series with the previous series.
DisableMouseTracking
True
False
Disables mouse tracking for a specific series, when set to "True". This affects tooltips and click events on graphs and points. For large datasets, this may improve performance. The default value is "False".
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
LegendLabel
UserDefined
Indicates text that will be shown for this layer inside the chart legend.
LinkedToXAxisID
UserDefined
Specifies the ID of an X-Axis element that this series should be linked to when using multiple X-axes.
LinkedToYAxisID
UserDefined
Specifies the ID of an Y-Axis element that this series should be linked to when using multiple Y-axes.
Transparency
UserDefined
7
15
0
Indicates a level of transparency of the element. The lowest value of 0 indicates that the element is opaque, with no transparency. The other end of the scale, 15, indicates a completely transparent element. Use medium-level transparency to allow different chart layers to show through each other.



PARENT ELEMENTS

Click element to drill down for more information.

Chart Canvas


CHILD ELEMENTS

Click element to drill down for more information.

Action.Exit
Action.Export CSV
Action.Export Native Excel
Action.Export Native Word
Action.Export PDF
Action.Export Word Or Excel
Action.Export XML
Action.Google Spreadsheet
Action.Javascript
Action.Link
Action.Map Location
Action.Popup Menu
Action.Process
Action.Refresh Element
Action.Report
Action.Show Element
Action.Template
Data Labels
DataLayer.ActiveSQL
DataLayer.Cached
DataLayer.CSV
DataLayer.Definition List
DataLayer.Directory
DataLayer.Excel
DataLayer.Fixed Format File
DataLayer.Google App
DataLayer.Google Spreadsheet
DataLayer.JSON
DataLayer.LDAP
DataLayer.Linked
DataLayer.Mongo Find
DataLayer.Mongo Map Reduce
DataLayer.Mongo Run Command
DataLayer.Plugin
DataLayer.REST
DataLayer.SP
DataLayer.SQL
DataLayer.Static
DataLayer.Twitter
DataLayer.Web Feed
DataLayer.Web Scraper
DataLayer.Web Service
DataLayer.XML
Group Drillthrough
Input Selection Point
Input Selection Range
Marker Points
Quicktip
Refresh Series Timer


 Back to top


 Chart Debug