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 4 Next »

Description

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

C#
vb.net

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 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.

  • No labels