Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Sets or returns whether this data point is located on the secondary pie or bar in a Pie of Pie or Bar of Pie chart. For this to take effect, you must set SettingsPieDoughnut.BopPopSplit to Custom.

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public boolean IsOnSecondaryPieorBar{ get; set; }
</pre></td></tr></tbody></table>
Signature
vb.net
vb.net
Public <p>Public Property IsOnSecondaryPieorBar() As Boolean</p>Boolean
Remarks

By default, this property will start as false for all data points in any new charts. If a chart type is not a "bar of pie" chart or a "pie of pie" chart, then this property will have no effect on the resulting file. If a "bar of pie" or "pie of pie" chart is converted to some other kind of chart and then converted back, the values for this property for each of the data points will be preserved.