Enum BubbleSizeRepresents

BubbleSizeRepresents enumeration

Represents what the bubble size represents on a bubble chart.

public enum BubbleSizeRepresents

Values

NameValueDescription
SizeIsArea0Represents the value of BubbleSizes is area of the bubble.
SizeIsWidth1Represents the value of BubbleSizes is width of the bubble.

See Also