DataLabelShapeType Enumeration
|
Represents a shape type of data label.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum DataLabelShapeType
Public Enumeration DataLabelShapeType
public enum class DataLabelShapeType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
0
|
|
|
|
Rectangle
|
1
|
|
|
|
RoundedRectangle
|
2
|
|
|
|
Oval
|
3
|
|
|
|
RightArrowCallout
|
4
|
|
|
|
DownArrowCallout
|
5
|
|
|
|
LeftArrowCallout
|
6
|
|
|
|
UpArrowCallout
|
7
|
|
|
|
RectangularCallout
|
8
|
|
|
|
RoundedRectangularCallout
|
9
|
|
|
|
OvalCallout
|
10
|
|
|
|
LineCallout1
|
11
|
|
|
|
LineCallout2
|
12
|
|
|
|
AccentCallout1
|
13
|
|
|
|
AccentCallout2
|
14
|
|
See Also