Page tree
Skip to end of metadata
Go to start of metadata

Introduced in build 4.5.1

Description

Sets or returns where the data label should be placed relative to its data point
C#
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.

 

Area

Bar

Bubble

Column

Doughnut

Line

Pie

Radar

Scatter

Above

 

 

(tick)

 

 

(tick)

 

 

(tick)

Auto

 

 

 

 

 

 

(tick)

 

 

Below

 

 

(tick)

 

 

(tick)

 

 

(tick)

Center

 

(tick)
(tick)
(tick)

 

(tick)
(tick)

 

(tick)

Default

(tick)
(tick)
(tick)
(tick)
(tick)
(tick)
(tick)
(tick)
(tick)

InsideBase

 

(tick)

 

(tick)

 

 

 

 

 

InsideEnd

 

(tick)

 

(tick)

 

 

(tick)

 

 

Left

 

 

(tick)

 

 

(tick)

 

 

(tick)

MovedByUser

(tick)
(tick)
(tick)
(tick)
(tick)
(tick)
(tick)
(tick)
(tick)

Right

 

 

(tick)

 

 

(tick)

 

 

(tick)

OutsideEnd

 

(tick)

 

(tick)

 

 

(tick)

 

 

 

If the X or Y property of the DataLabel are set, then the DataLabelPlacement is also set to 'MovedByUser'.

Examples

  • No labels