Enum MarkerShape
Sets and gets the shape of the marker in the treemap.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum MarkerShape
Fields
| Name | Description |
|---|---|
| Circle | Defines the marker shape as circle. |
| Cross | Defines the marker shape as cross. |
| Diamond | Defines the marker shape as diamond. |
| HorizontalLine | Defines the marker shape as horizontal line. |
| Image | Defines the marker shape as image. |
| InvertedTriangle | Defines the marker shape as inverted triangle. |
| Pentagon | Defines the marker shape as pentagon. |
| Rectangle | Defines the marker shape as rectangle. |
| Triangle | Defines the marker shape as triangle. |
| VerticalLine | Defines the marker shape as vertical line. |