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 SettingsPieDoughnut object representing the series properties unique to pie and doughnut charts.

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public ReadOnly Property SettingsPieDoughnut() As SettingsPieDoughnut
Exceptions
Exception
SARuntimeExceptionSARuntimeException

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