New to Telerik UI for BlazorStart a free 30-day trial

Specifies the shape of the marker.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum ChartSeriesMarkersType

Fields

The marker shape is circle.

C#
Circle = 0

The marker shape is cross.

C#
Cross = 1

The marker shape is rect.

C#
Rect = 4

The marker shape is roundedRect.

C#
RoundedRect = 5

The marker shape is square.

C#
Square = 2

The marker shape is triangle.

C#
Triangle = 3