Class BubbleSizeFunction
An enumeration representing different ways of calculating the bubble size by the RelativeBubbleSizeSelector.
Inheritance
System.Object
BubbleSizeFunction
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class BubbleSizeFunction : Enum
Fields
CubeRoot
Cube root function.
Declaration
public const BubbleSizeFunction CubeRoot
Field Value
BubbleSizeFunction
|
Linear
Logarithmic
Logarithmic function.
Declaration
public const BubbleSizeFunction Logarithmic
Field Value
BubbleSizeFunction
|
SquareRoot
Square root function.
Declaration
public const BubbleSizeFunction SquareRoot
Field Value
BubbleSizeFunction
|
value__
Declaration
public int value__
Field Value
System.Int32
|