Enum
BubbleSizeFunction

An enumeration representing different ways of calculating the bubble size by the RelativeBubbleSizeSelector.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum BubbleSizeFunction

Fields

CubeRoot

Cube root function.

Declaration

cs-api-definition
CubeRoot = 2

Field Value

BubbleSizeFunction

Linear

Linear function.

Declaration

cs-api-definition
Linear = 0

Field Value

BubbleSizeFunction

Logarithmic

Logarithmic function.

Declaration

cs-api-definition
Logarithmic = 3

Field Value

BubbleSizeFunction

SquareRoot

Square root function.

Declaration

cs-api-definition
SquareRoot = 1

Field Value

BubbleSizeFunction

In this article
DefinitionFieldsCubeRootLinearLogarithmicSquareRoot
Not finding the help you need?
Contact Support