Enum MarkerType
Specifies the type of marker that RadzenChart displays for data points.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public enum MarkerType : int
Fields
Name | Description |
---|---|
Auto | Cycle between markers. |
Circle | Use a circle marker. |
Diamond | Use a diamond marker. |
None | Do not display a marker for data points. |
Square | Use a square marker. |
Triangle | Use a triangle marker. |