Enum FlagType
Specifies the flag type for stock events.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum FlagType
Fields
| Name | Description |
|---|---|
| ArrowDown | Defines the arrow down type. |
| ArrowLeft | Defines the arrow left type. |
| ArrowRight | Defines the arrow right type. |
| ArrowUp | Defines the arrow up type. |
| Circle | Defines the circle type. |
| Flag | Defines the flag type. |
| InvertedTriangle | Defines the inverted triangle type. |
| Pin | Defines the pin type. |
| Square | Defines the square type. |
| Text | Defines the flag type as text. |
| Triangle | Defines the triangle type. |
| TriangleLeft | Defines the triangle left type. |
| TriangleRight | Defines the triangle right type. |