Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum DataLabelShapeType
Public Enumeration DataLabelShapeType
public enum class DataLabelShapeType
type DataLabelShapeType
Members
| Member | 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 |