Enum CalloutLineAnchor
Specifies different types of Shape that should be drawn on the point end of the callout line.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum CalloutLineAnchor
Fields
Name | Description |
---|---|
Arrow | Specifies an arrow shape. |
Diamond | Specifies a diamond shape. |
None | Specifies that the shape MUST NOT appear on the point end. |
Round | Specifies a round shape. |
Square | Specifies a Square shape. |