Weighted Series
Weighted series allow you to visualize data in three dimensions.
The following types of Weighted series are available.
Data Binding Specifics
Data points in a weighted series present the following two measures.
- Value - the Y-coordinate of series points. Use the WeightedSeries.Value property to access it in code.
- Weight - the size of series points. Use the WeightedSeries.Weight property to access it in code.
When you select the Bubble series type in the Designer, the DATA ITEMS area displays two data item placeholders. Drag and drop the required measures to corresponding placeholders.
Bubble
Bubble series are similar to Point series except that they allow you to provide an additional measure whose values are expressed in a bubble size.
In code, Bubble series are the WeightedSeries objects.