Class BubbleSizeRepresentation
This enumeration holds the possible interpretations of the bubble size value.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class BubbleSizeRepresentation : Enum
Fields
Area
Indicates that bubble size should be interpreted as the bubble area (quadratic dependence).
Declaration
public const BubbleSizeRepresentation Area
Field Value
BubbleSizeRepresentation
|
Diameter
Indicates that bubble size should be interpreted as the bubble diameter (linear dependence).
Declaration
public const BubbleSizeRepresentation Diameter
Field Value
BubbleSizeRepresentation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Volume
Indicates that bubble size should be interpreted as the bubble volume (cubic dependence).
Declaration
public const BubbleSizeRepresentation Volume
Field Value
BubbleSizeRepresentation
|
Remarks
This enumeration value is meaningful only for the 3D Bubble series type.