Enum ChartSymbolShape
Specifies the various available symbols that may be displayed at a ChartPoint.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartSymbolShape
Fields
| Name | Description |
|---|---|
| Arrow | Arrow is displayed. |
| Circle | Circle is displayed. |
| Cross | Cross is displayed. |
| Diamond | Diamond is displayed. |
| Hexagon | Hexagon is displayed. |
| HorizLine | Horizontal Line is displayed. |
| Image | Image specified in ImageIndex is displayed. |
| InvertedArrow | Inverted Arrow is displayed. |
| InvertedTriangle | Inverted triangle is displayed. |
| None | No symbol is displayed. |
| Pentagon | Pentagon is displayed. |
| Square | Square is displayed. |
| Star | Star is displayed. |
| Triangle | Triangle is displayed. |
| VertLine | Vertical Line is displayed. |