Lists the bubble values in the chart. Use Items to access individual bubbles in the collection. The value of the Index parameter corresponds to the Index property of TRSBubbleChartValue. It represents the position of the value in the collection.
The Items property is the default property for the TRSBubbleChartValues class. You can access this property with the abbreviation Values[index], which is equivalent to Values.Items[index].
|