Enum DataLabelShapeType

DataLabelShapeType enumeration

Specifies the preset shape geometry that is to be used for a chart.

public enum DataLabelShapeType

Values

NameValueDescription
Rect0Represents the rectangle shape.
RoundRect1Represents the round rectangle shape.
Ellipse2Represents the ellipse shape.
RightArrowCallout3Represents the right arrow callout shape.
DownArrowCallout4Represents the down arrow callout shape.
LeftArrowCallout5Represents the left arrow callout shape.
UpArrowCallout6Represents the up arrow callout shape.
WedgeRectCallout7Represents the wedge rectangle callout shape.
WedgeRoundRectCallout8Represents the wedge round rectangle callout shape.
WedgeEllipseCallout9Represents the wedge ellipse callout shape.
LineCallout10Represents the line callout shape.
BentLineCallout11Represents the bent line callout shape.
LineWithAccentBarCallout12Represents the line with accent bar callout shape.
BentLineWithAccentBarCallout13Represents the bent line with accent bar callout shape.
Line14This type is only used for special file processing

See Also