Class ChartShape
Specifies the shape of marker.
Inheritance
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ChartShape : Enum
Fields
Auto
Specifies the shape of the marker as auto.
Declaration
public const ChartShape Auto
Field Value
| Type | Description |
|---|---|
| ChartShape | Auto |
Circle
Specifies the shape of the marker as a circle symbol.
Declaration
public const ChartShape Circle
Field Value
| Type | Description |
|---|---|
| ChartShape | Circle |
Cross
Specifies the shape of the marker as a cross symbol.
Declaration
public const ChartShape Cross
Field Value
| Type | Description |
|---|---|
| ChartShape | Cross |
Diamond
Specifies the shape of the marker as a diamond symbol.
Declaration
public const ChartShape Diamond
Field Value
| Type | Description |
|---|---|
| ChartShape | Diamond |
HorizontalLine
Specifies the shape of the marker as a horizontal line symbol.
Declaration
public const ChartShape HorizontalLine
Field Value
| Type | Description |
|---|---|
| ChartShape | HorizontalLine |
Image
Specifies the shape of the marker as an image.
Declaration
public const ChartShape Image
Field Value
| Type | Description |
|---|---|
| ChartShape | Image |
InvertedTriangle
Specifies the shape of the marker as an inverted triangle symbol.
Declaration
public const ChartShape InvertedTriangle
Field Value
| Type | Description |
|---|---|
| ChartShape | InvertedTriangle |
Pentagon
Specifies the shape of the marker as a pentagon symbol.
Declaration
public const ChartShape Pentagon
Field Value
| Type | Description |
|---|---|
| ChartShape | Pentagon |
Plus
Specifies the shape of the marker as a plus symbol.
Declaration
public const ChartShape Plus
Field Value
| Type | Description |
|---|---|
| ChartShape | Plus |
Rectangle
Specifies the shape of the marker as a rectangle symbol.
Declaration
public const ChartShape Rectangle
Field Value
| Type | Description |
|---|---|
| ChartShape | Rectangle |
Triangle
Specifies the shape of the marker as a triangle symbol.
Declaration
public const ChartShape Triangle
Field Value
| Type | Description |
|---|---|
| ChartShape | Triangle |
VerticalLine
Specifies the shape of the marker as a vertical line symbol.
Declaration
public const ChartShape VerticalLine
Field Value
| Type | Description |
|---|---|
| ChartShape | VerticalLine |