Enum
ChartSeriesMarkersType

Specifies the shape of the marker.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ChartSeriesMarkersType

Fields

Circle

The marker shape is circle.

Declaration

cs-api-definition
Circle = 0

Field Value

ChartSeriesMarkersType

Cross

The marker shape is cross.

Declaration

cs-api-definition
Cross = 1

Field Value

ChartSeriesMarkersType

Rect

The marker shape is rect.

Declaration

cs-api-definition
Rect = 4

Field Value

ChartSeriesMarkersType

RoundedRect

The marker shape is roundedRect.

Declaration

cs-api-definition
RoundedRect = 5

Field Value

ChartSeriesMarkersType

Square

The marker shape is square.

Declaration

cs-api-definition
Square = 2

Field Value

ChartSeriesMarkersType

Triangle

The marker shape is triangle.

Declaration

cs-api-definition
Triangle = 3

Field Value

ChartSeriesMarkersType