Page tree

Versions Compared

Key

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

Excerpt

Returns a ChartLine object representing the leader lines in the pie chart.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns a [ChartLine|ChartLine] object representing the leader lines in the pie chart.{excerpt}
{signature:C#}
 public ChartLine LeaderLines{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property LeaderLines() As ChartLine
Remarks
This defaults to a ChartLine with the properties set as below, when creating a new pie series:
Visible = true,
Style =
{signature}
{remarks}
This defaults to a ChartLine with the properties set as below, when creating a new pie series:
Visible = true,
Style = ChartLine.LineStyle.Solid,


Weight = ChartLine.LineWeight.Narrow,


Color = Color.SystemColor.AutomaticLine



This property is linked for series in the same group. See [SettingsPieDoughnut|SettingsPieDoughnut] for more information on how linking works.


For doughnut series, the in-code behavior is undefined, but changing the properties on this ChartLine will have no effect on the output.
{remarks}