Enum BorderType
Specifies border type for multi-level labels.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum BorderType
Fields
| Name | Description |
|---|---|
| Auto | Auto border type. |
| Brace | Brace border type. |
| CurlyBrace | Curly brace border type. |
| Rectangle | Rectangle border type. |
| WithoutBorder | No border type. |
| WithoutTopBorder | No top border type. |
| WithoutTopandBottomBorder | No top and bottom border type. |