BubbleSizeRepresentationType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class BubbleSizeRepresentationType extends System.Enum
Specifies the possible ways to represent data as bubble chart sizes.
Fields
Field | Description |
---|---|
Area | Specifies the area of the bubbles shall be proportional to the bubble size value. |
Width | Specifies the radius of the bubbles shall be proportional to the bubble size value. |
Area
public static final int Area
Specifies the area of the bubbles shall be proportional to the bubble size value.
Width
public static final int Width
Specifies the radius of the bubbles shall be proportional to the bubble size value.