Enum BubbleSizeRepresentation
This enumeration holds the possible interpretations of the bubble size value.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public enum BubbleSizeRepresentation
Area
Indicates that bubble size should be interpreted as the bubble area (quadratic dependence).
Diameter
Indicates that bubble size should be interpreted as the bubble diameter (linear dependence).
Volume
Indicates that bubble size should be interpreted as the bubble volume (cubic dependence).