Object Reference > Pie Object > Pie Object Properties > ThresholdValue Property (Pie) |
ThresholdValue Property (Pie)
The threshold value, expressed as a percentage, used by the ThresholdMethod property. Valid values are between 0.0 and 100.0. If set to 0.0, no "other" slice is created.
Property ThresholdValue As Double
Example
' Disable creation of "other" slice
Chart2D1.ChartArea.Pie.ThresholdValue = 0.0
See Also