XlArrowHeadStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of arrowhead to apply to the line end.
public enum class XlArrowHeadStyle
public enum XlArrowHeadStyle
Public Enum XlArrowHeadStyle
- Inheritance
-
XlArrowHeadStyle
Fields
Name | Value | Description |
---|---|---|
xlArrowHeadStyleNone | -4142 | No arrowhead. |
xlArrowHeadStyleOpen | 2 | Large triangular arrowhead. |
xlArrowHeadStyleClosed | 3 | Small arrowhead with curved edge at connection to line. |
xlArrowHeadStyleDoubleOpen | 4 | Large arrowhead with curved edge at connection to line. |
xlArrowHeadStyleDoubleClosed | 5 | Large diamond-shaped arrowhead. |