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.

 public BopPopSplit BopPopSplitType { get; set; }
Public Property BopPopSplitType() As BopPopSplit

Setting BopPopSplitType to null

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.