Enum DataLabelShapeType

Enum DataLabelShapeType

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

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

public enum DataLabelShapeType

Fields

BentLineCallout = 11

Represents the bent line callout shape.

BentLineWithAccentBarCallout = 13

Represents the bent line with accent bar callout shape.

DownArrowCallout = 4

Represents the down arrow callout shape.

Ellipse = 2

Represents the ellipse shape.

LeftArrowCallout = 5

Represents the left arrow callout shape.

LineCallout = 10

Represents the line callout shape.

LineWithAccentBarCallout = 12

Represents the line with accent bar callout shape.

Rect = 0

Represents the rectangle shape.

RightArrowCallout = 3

Represents the right arrow callout shape.

RoundRect = 1

Represents the round rectangle shape.

UpArrowCallout = 6

Represents the up arrow callout shape.

WedgeEllipseCallout = 9

Represents the wedge ellipse callout shape.

WedgeRectCallout = 7

Represents the wedge rectangle callout shape.

WedgeRoundRectCallout = 8

Represents the wedge round rectangle callout shape.