Spread Windows Forms 12.0 Product Documentation
SizeValues Property


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > XYBubbleSeries Class : SizeValues Property
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
public DoubleCollection SizeValues {get;}
Remarks
If no size values are supplied then a size of 1 will be used for all data points.
See Also

Reference

XYBubbleSeries Class
XYBubbleSeries Members