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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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.

Unknown macro: {align}

 

Area

Bar

Bubble

Column

Doughnut

Line

Pie

Radar

Scatter

Above

 

 

 

 

 

 

Auto

 

 

 

 

 

 

 

 

Below

 

 

 

 

 

 

Center

 

 

 

Default

InsideBase

 

 

 

 

 

 

 

InsideEnd

 

 

 

 

 

 

Left

 

 

 

 

 

 

MovedByUser

Right

 

 

 

 

 

 

OutsideEnd

 

 

 

 

 

 

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

Examples

$body

{example}

  • No labels