Aspose::Cells::Charts::BubbleSizeRepresents enum

BubbleSizeRepresents enum

Represents what the bubble size represents on a bubble chart.

enum class BubbleSizeRepresents

Values

NameValueDescription
SizeIsArea0
Represents the value of Series.BubbleSizes is area of the bubble.
SizeIsWidth1
Represents the value of Series.BubbleSizes is width of the bubble.

See Also