Class BubbleSizeFunction
An enumeration representing different ways of calculating the bubble size by the Relative
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
Linear
Logarithmic
Logarithmic function.
Declaration
public const BubbleSizeFunction Logarithmic
Field Value
SquareRoot
Square root function.
Declaration
public const BubbleSizeFunction SquareRoot
Field Value
value__
Declaration
public int value__
Field Value
System.
|