Spread for ASP.NET 9.0 Product Documentation
SizeRepresentsArea Property


Gets or sets whether data point size values represent area of bubble or width of bubble.
Syntax
'Declaration
 
Public Property SizeRepresentsArea As Boolean
'Usage
 
Dim instance As XYBubbleSeries
Dim value As Boolean
 
instance.SizeRepresentsArea = value
 
value = instance.SizeRepresentsArea
public bool SizeRepresentsArea {get; set;}
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.