RadControls for WPF

This enumeration holds the possible interpretations of the bubble size value.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.2.611.40

Syntax

C#
public enum BubbleSizeRepresentation
Visual Basic
Public Enumeration BubbleSizeRepresentation

Members

Member nameValueDescription
Diameter0 Indicates that bubble size should be interpreted as the bubble diameter (linear dependence).
Area1 Indicates that bubble size should be interpreted as the bubble area (quadratic dependence).
Volume2 Indicates that bubble size should be interpreted as the bubble volume (cubic dependence).

See Also