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

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.

Signature
C#
C#
 public BopPopSplit BopPopSplitType { get; set; }
Signature
vb.net
vb.net
Public Property BopPopSplitType() As BopPopSplit
Exceptions
Exception
ArgumentNullException
ArgumentNullException

Setting BopPopSplitType to null

Remarks

This defaults to Position when creating a new Bar of Pie or Pie of Pie series.

Setting this to Custom will set 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 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.