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

...

Description

Excerpt

Returns a SettingsPieDoughnut object representing the series properties unique to pie and doughnut charts.

Signature
C#
C#
 public SettingsPieDoughnut SettingsPieDoughnut{ get; }
{signature}{signature:
}
Signature
vb.net
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}
Exceptions
Exception
SARuntimeException
SARuntimeException

Getting SettingsPieDoughnut from a series that is not a pie or doughnut series

Remarks

Modifying the return value will have no effect on the output if this is not a pie or doughnut series on save.