Class ChartBubbleSizingBehavior
Defines the behavior in which bubble sizes vary.
Inheritance
System.Object
ChartBubbleSizingBehavior
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartBubbleSizingBehavior : Enum
Fields
Fixed
Bubble sizes are fixed. This behavior is not supported in the current version.
Declaration
public const ChartBubbleSizingBehavior Fixed
Field Value
| Type |
|---|
| ChartBubbleSizingBehavior |
Proportional
Bubble sizes are proportional to value.
Declaration
public const ChartBubbleSizingBehavior Proportional
Field Value
| Type |
|---|
| ChartBubbleSizingBehavior |