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}Sets or returns how data will be split in the bar of a bar of pie chart, or second pie of a pie of pie chart.{excerpt}
{signature:C#}
 public BopPopSplit BopPopSplitType { get; set; }
{signature}{signature:vb.net}
Public Property BopPopSplitType() As BopPopSplit
{signature}
{exceptions}
{exception:ArgumentNullException}Setting BopPopSplitType to null{exception}
{remarks}
This defaults to [Position|SettingsPieDoughnut.BopPopSplit#Position] when creating a new Bar of Pie or Pie of Pie series.

Setting this to [Custom|SettingsPieDoughnut.BopPopSplit#custom] will set [UseDefaultSplitValue|SettingsPieDoughnut.UseDefaultSplitValue] to false. If this was custom, setting it to anything else will set UseDefaultSplitValue to true.

This property is linked for series in the same group. See [SettingsPieDoughnut|SettingsPieDoughnut] for more information on how linking works.
For series that are not Bar of Pie or Pie of Pie series, setting this will have no effect and it will always return [Position|SettingsPieDoughnut.BopPopSplit#Position].
{remarks}