OfficeShapeArrowStyle Class
Specifies the style of the arrowhead at the end of a line.
Inheritance
System.Object
OfficeShapeArrowStyle
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public sealed class OfficeShapeArrowStyle : Enum
Fields
LineArrow
Indicates the arrow style is triangular.
Declaration
public const OfficeShapeArrowStyle LineArrow
Field Value
LineArrowDiamond
Indicates the arrow style is diamond.
Declaration
public const OfficeShapeArrowStyle LineArrowDiamond
Field Value
LineArrowOpen
Indicates the arrow style is open.
Declaration
public const OfficeShapeArrowStyle LineArrowOpen
Field Value
LineArrowOval
Indicates the arrow style is oval.
Declaration
public const OfficeShapeArrowStyle LineArrowOval
Field Value
LineArrowStealth
Indicates the arrow style is stealth.
Declaration
public const OfficeShapeArrowStyle LineArrowStealth
Field Value
LineNoArrow
Indicates the line has no arrowhead.
Declaration
public const OfficeShapeArrowStyle LineNoArrow