Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
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}{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.
{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}