Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Sets or returns a percentage 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.

C#
vb.net

Remarks

The data points included in the second chart are those with percentages less than the specified percentage. The percentage only takes effect if the chart's BopPopSplitType is set to Percent.

This defaults to 10 when creating a new Bar of Pie or Pie of Pie series (although the type defaults to Position, so it won't have any affect).
If this is set to a value less than 0, it will be set to 0.
If this is set to a value greater than 100, it will be set to 100.

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.

  • No labels