Aspose::Cells::Drawing::DataLabelShapeType enum

DataLabelShapeType enum

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

enum class DataLabelShapeType

Values

NameValueDescription
Rect0
Represents the rectangle shape.
RoundRect1
Represents the round rectangle shape.
Ellipse2
Represents the ellipse shape.
RightArrowCallout3
Represents the right arrow callout shape.
DownArrowCallout4
Represents the down arrow callout shape.
LeftArrowCallout5
Represents the left arrow callout shape.
UpArrowCallout6
Represents the up arrow callout shape.
WedgeRectCallout7
Represents the wedge rectangle callout shape.
WedgeRoundRectCallout8
Represents the wedge round rectangle callout shape.
WedgeEllipseCallout9
Represents the wedge ellipse callout shape.
LineCallout10
Represents the line callout shape.
BentLineCallout11
Represents the bent line callout shape.
LineWithAccentBarCallout12
Represents the line with accent bar callout shape.
BentLineWithAccentBarCallout13
Represents the bent line with accent bar callout shape.
Line14
This type is only used for special file processing.

See Also