Class ChartBubbleType
The type of bubble that is to be rendered with Bubble charts.
Inheritance
System.Object
ChartBubbleType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartBubbleType : Enum
Fields
Circle
Circular shaped bubbles are rendered with Bubble charts.
Declaration
public const ChartBubbleType Circle
Field Value
| Type |
|---|
| ChartBubbleType |
Image
Images are rendered as bubbles with Bubble charts.
Declaration
public const ChartBubbleType Image
Field Value
| Type |
|---|
| ChartBubbleType |
Square
Square shaped bubbles are rendered with Bubble charts.
Declaration
public const ChartBubbleType Square
Field Value
| Type |
|---|
| ChartBubbleType |