ArrowheadType Enum
Lists values that specify the type of a connector’s arrowhead.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description | Example |
---|---|---|
None
|
A connector has no arrowhead at the specified end. |
|
Triangle
|
A triangular arrowhead. |
|
Open
|
An open arrowhead. |
|
Stealth
|
A stealth-shaped arrowhead. |
|
Diamond
|
A diamond-shaped arrowhead. |
|
Oval
|
An oval-shaped arrowhead. |
Related API Members
The following properties accept/return ArrowheadType values:
See Also