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
Diameter
Indicates that bubble size should be interpreted as the bubble diameter (linear dependence).
Declaration
public const BubbleSizeRepresentation Diameter
Field Value
value__
Declaration
public int value__
Field Value
System.
|
Volume
Indicates that bubble size should be interpreted as the bubble volume (cubic dependence).
Declaration
public const BubbleSizeRepresentation Volume
Field Value
Remarks
This enumeration value is meaningful only for the 3D Bubble series type.