Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Sets or returns whether lines from the slices to their data labels will be shown.

Signature
C#
C#
 public boolean ShowLeaderLines{ get; set; }
Signature
vb.net
vb.net
Public Property ShowLeaderLines() As Boolean
Remarks

This defaults to true when creating a new pie series.
The lines themselves can be customized using the LeaderLines property.

This property is linked for series in the same group. See SettingsPieDoughnut for more information on how linking works.
For doughnut series, setting this will have no effect and it will always return false.