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 a number of positions that determines which of a chart's data points will be included in the bar of a bar of pie chart, or second pie of a pie of pie chart. {excerpt}
{signature:C#}
 public int BopPopSplitPosition{ get; set; }
{signature}{signature:vb.net}
Public Property BopPopSplitPosition() As Integer
{signature}
{remarks}
The bar or second pie will contain the chart's last  _n_  data points, where  _n_  is the number of positions set. The position only takes effect if the chart's [BopPopSplitType|SettingsPieDoughnut.BopPopSplitType] is set to [Position|SettingsPieDoughnut.BopPopSplit#Position].

This defaults to 3 when creating a new Bar of Pie or Pie of Pie series.
If this is set to a value less than 0, it will be set to 0.
On an xls file, if this is set to a value greater than 32000, it will be set to 32000. Xlsx files have no maximum.

If [UseDefaultSplitValue|SettingsPieDoughnut.UseDefaultSplitValue] is set to true, the value of this is the value that would be used if UseDefaultSplitValue were false. Setting this will set UseDefaultSplitValue to false.

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