Enum BubbleSizeFunction
An enumeration representing different ways of calculating the bubble size by the RelativeBubbleSizeSelector.
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public enum BubbleSizeFunction
CubeRoot
Cube root function.
Linear
Linear function.
Logarithmic
Logarithmic function.
SquareRoot
Square root function.