An enumeration representing different ways of calculating the bubble size by the RelativeBubbleSizeSelector.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public enum BubbleSizeFunction
Fields
Cube root function.
C#
CubeRoot = 2
Linear function.
C#
Linear = 0
Logarithmic function.
C#
Logarithmic = 3
Square root function.
C#
SquareRoot = 1