Object Reference > Pie Object > Pie Object Properties > ThresholdMethod Property (Pie) |
ThresholdMethod Property (Pie)
The method of grouping point values to create the "other" slice.
Property ThresholdMethod As ThresholdConstants
If ThresholdMethod is set to oc2dThresholdSliceCutoff, all point values with a percentage less than the value of the ThresholdValue property will be grouped into the "other" slice. If ThresholdMethod is set to oc2dThresholdPercentile, ThresholdValue specifies the upper limit on the percentage of the pie taken up by the "other" slice; as many of the smallest points as possible are grouped together.
See Also