Introduced in build 4.5.1
Description
Sets or returns where the data label should be placed relative to its data pointC#
vb.net
Remarks
Set the position of each SeriesDataLabel using the DataLabelPlacementType enum.
Only certain combinations of Placement types and chart types go together. Any invalid combinations will result in an ArgumentException.
$body
| Area | Bar | Bubble | Column | Doughnut | Line | Pie | Radar | Scatter |
---|---|---|---|---|---|---|---|---|---|
Above |
|
|
|
|
|
|
|
|
|
Auto |
|
|
|
|
|
|
|
|
|
Below |
|
|
|
|
|
|
|
|
|
Center |
|
|
|
|
|
|
|
|
|
Default |
|
|
|
|
|
|
|
|
|
InsideBase |
|
|
|
|
|
|
|
|
|
InsideEnd |
|
|
|
|
|
|
|
|
|
Left |
|
|
|
|
|
|
|
|
|
MovedByUser |
|
|
|
|
|
|
|
|
|
Right |
|
|
|
|
|
|
|
|
|
OutsideEnd |
|
|
|
|
|
|
|
|
|
$body
If the X or Y property of the DataLabel are set, then the DataLabelPlacement is also set to 'MovedByUser'.