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}Returns a [SettingsPieDoughnut|SettingsPieDoughnut] object representing the series properties unique to pie and doughnut charts.{excerpt}
{signature:C#}
 public SettingsPieDoughnut SettingsPieDoughnut{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property SettingsPieDoughnut() As SettingsPieDoughnut
{signature}
{exceptions}
{exception:SARuntimeException}Getting SettingsPieDoughnut from a series that is not a pie or doughnut series
{exception}
{remarks}
Modifying the return value will have no effect on the output if this is not a pie or doughnut series on save.
{remarks}