Determines where the data label will be positioned.
Namespace: PdfEdit.Charting
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Center | 0 | DataLabel will be centered inside the bar or pie. | |
InsideBase | 1 | Inside the bar or pie at the origin. | |
InsideEnd | 2 | Inside the bar or pie at the edge. | |
OutsideEnd | 3 | Outside the bar or pie. |
See Also