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