Enum VisibleType
Defines the sparkline marker | datalabel visible types.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum VisibleType
Fields
| Name | Description |
|---|---|
| All | Specifies the visible at all points. |
| End | Specifies the visible at end points. |
| High | Specifies the visible at high points. |
| Low | Specifies the visible at low points. |
| Negative | Specifies the visible at negative points. |
| None | Specifies the visible at none points. |
| Start | Specifies the visible at start points. |