Enum OfficeShapeArrowStyle
Specifies the style of the arrowhead at the end of a line.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeShapeArrowStyle
Fields
Name | Description |
---|---|
LineArrow | Indicates the arrow style is triangular. |
LineArrowDiamond | Indicates the arrow style is diamond. |
LineArrowOpen | Indicates the arrow style is open. |
LineArrowOval | Indicates the arrow style is oval. |
LineArrowStealth | Indicates the arrow style is stealth. |
LineNoArrow | Indicates the line has no arrowhead. |