BubbleSizeRepresentationType

BubbleSizeRepresentationType enumeration

Specifies the possible ways to represent data as bubble chart sizes.

public enum BubbleSizeRepresentationType

Values

NameValueDescription
Area0Specifies the area of the bubbles shall be proportional to the bubble size value.
Width1Specifies the radius of the bubbles shall be proportional to the bubble size value.

See Also