Enum ChartShape
Specifies the shape of marker.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ChartShape
Fields
| Name | Description |
|---|---|
| Auto | Specifies the shape of the marker as auto. |
| Circle | Specifies the shape of the marker as a circle symbol. |
| Cross | Specifies the shape of the marker as a cross symbol. |
| Diamond | Specifies the shape of the marker as a diamond symbol. |
| HorizontalLine | Specifies the shape of the marker as a horizontal line symbol. |
| Image | Specifies the shape of the marker as an image. |
| InvertedTriangle | Specifies the shape of the marker as an inverted triangle symbol. |
| Pentagon | Specifies the shape of the marker as a pentagon symbol. |
| Plus | Specifies the shape of the marker as a plus symbol. |
| Rectangle | Specifies the shape of the marker as a rectangle symbol. |
| Triangle | Specifies the shape of the marker as a triangle symbol. |
| VerticalLine | Specifies the shape of the marker as a vertical line symbol. |