Aspose::Cells::Charts::BubbleSizeRepresents enum
BubbleSizeRepresents enum
Represents what the bubble size represents on a bubble chart.
enum class BubbleSizeRepresents
Values
Name | Value | Description |
---|---|---|
SizeIsArea | 0 | Represents the value of Series.BubbleSizes is area of the bubble. |
SizeIsWidth | 1 | Represents the value of Series.BubbleSizes is width of the bubble. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++