Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYBubbleSeries Class / SizeValues Property


In This Topic
SizeValues Property
In This Topic
Gets the collection of size values for the series.
Syntax
'Declaration
 
Public ReadOnly Property SizeValues As DoubleCollection
 
'Usage
 
Dim instance As XYBubbleSeries
Dim value As DoubleCollection
 
value = instance.SizeValues
Remarks
If no size values are supplied then a size of 1 will be used for all data points.
See Also