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