Enum Shape
Specifies the shape of a tick mark for a CustomLabel.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum Shape
Fields
Name | Description |
---|---|
Circle | A circular marker. |
Diamond | A diamond marker. |
Ellipse | An Ellipse shaped marker. |
None | No marker. |
Pentagon | A pentagonal marker. |
Rectangle | A rectangular marker. |
RoundedRectangle | A RoundedRectangle shaped marker. |
Star | A star marker. |
Trapezoid | A trapezoidal marker. |
Triangle | A triangular marker. |
Wedge | A wedge-shaped marker. |