BubbleSizeRepresentationType Enumeration |
Specifies the possible ways to represent data as bubble chart sizes.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum BubbleSizeRepresentationType
Public Enumeration BubbleSizeRepresentationType
public enum class BubbleSizeRepresentationType
type BubbleSizeRepresentationType
Members
| Member name | Value | Description |
---|
| Area | 0 |
Specifies the area of the bubbles shall be proportional to the bubble size value.
|
| Width | 1 |
Specifies the radius of the bubbles shall be proportional to the bubble size value.
|
See Also