Class ChartCustomShape
Represents the values of ChartCustomShape.
Inheritance
System.Object
ChartCustomShape
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartCustomShape : Enum
Fields
Circle
Circle is displayed.
Declaration
public const ChartCustomShape Circle
Field Value
| Type |
|---|
| ChartCustomShape |
Hexagon
Hexagon is displayed.
Declaration
public const ChartCustomShape Hexagon
Field Value
| Type |
|---|
| ChartCustomShape |
Pentagon
Pentagon is displayed.
Declaration
public const ChartCustomShape Pentagon
Field Value
| Type |
|---|
| ChartCustomShape |
Square
Square is displayed.
Declaration
public const ChartCustomShape Square
Field Value
| Type |
|---|
| ChartCustomShape |