Class ChartShape
Defines the shape of marker. They are:
Circle - Renders a circle.
Rectangle - Renders a rectangle.
Triangle - Renders a triangle.
Diamond - Renders a diamond.
Cross - Renders a cross.
Plus - Renders a Plus.
HorizontalLine - Renders a horizontalLine.
VerticalLine - Renders a verticalLine.
Pentagon- Renders a pentagon.
InvertedTriangle - Renders a invertedTriangle.
Image - Renders a image.
Inheritance
System.Object
ChartShape
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ChartShape : Enum
Fields
Circle
Declaration
public const ChartShape Circle
Field Value
Cross
Declaration
public const ChartShape Cross
Field Value
Diamond
Declaration
public const ChartShape Diamond
Field Value
HorizontalLine
Declaration
public const ChartShape HorizontalLine
Field Value
Image
Declaration
public const ChartShape Image
Field Value
InvertedTriangle
Declaration
public const ChartShape InvertedTriangle
Field Value
None
Declaration
public const ChartShape None
Field Value
Pentagon
Declaration
public const ChartShape Pentagon
Field Value
Plus
Declaration
public const ChartShape Plus
Field Value
Rectangle
Declaration
public const ChartShape Rectangle
Field Value
Star
Declaration
public const ChartShape Star
Field Value
Triangle
Declaration
public const ChartShape Triangle
Field Value
VerticalLine
Declaration
public const ChartShape VerticalLine
Field Value