Spread for ASP.NET 10 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

XYBubbleSeries Class
XYBubbleSeries Members

 

 


Copyright © GrapeCity, inc. All rights reserved.