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
Wiki Markup
{description}
{excerpt}Sets or returns whether lines from the slices to their data labels will be shown.{excerpt}
{signature:C#}
 public boolean ShowLeaderLines{ get; set; }
{signature}{signature:vb.net}
Public Property ShowLeaderLines() As Boolean
{signature}
{remarks}
This defaults to true when creating a new pie series.
The lines themselves can be customized using the [LeaderLines|SettingsPieDoughnut.LeaderLines] property.

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