public final class BubbleSizeRepresentationType
extends com.aspose.ms.System.Enum
Specifies the possible ways to represent data as bubble chart sizes.
Modifier and Type | Field and Description |
---|---|
static int |
Area
Specifies the area of the bubbles shall be proportional to the bubble size value.
|
static int |
Width
Specifies the radius of the bubbles shall be proportional to the bubble size value.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Area
Specifies the area of the bubbles shall be proportional to the bubble size value.
public static final int Width
Specifies the radius of the bubbles shall be proportional to the bubble size value.