Pie Chart / Gauge Style Dialog - Pie Chart Parameters Tab
Options given on this tab only apply to how pie charts are displayed.
Show Value Percent
When the percent of the pie chart/gauge exceeds the value specified in this field, the percent is shown as text within the pie chart/gauge. The default is 80%.
Display of Values Below the Zero Percent Deadband
The selection of this option determines how to calculate the percent represented in pie charts. Four parameters are required for determining this: low limit, high limit, zero percent low limit, and zero percent high limit. These four limits are determined from options set with individual pie charts and/or options set with the style. In general, the zero percent low limit and zero percent high limit define the deadband in which the percent is zero. The percent is then determined based on where the selected field value falls within the high limit and zero percent high limit and the low limit and zero percent low limit. The specific calculations used for determining the percent is given for the options below. In all cases if the limits are not defined correctly (i.e., none of the If..then statements below apply), the percent will be returned as zero.
- Allow negative percent values
- If (field value) > (zero percent high limit) and (high limit) > (zero percent high limit) then
Percent = ((field value) – (zero percent high limit))/((high limit) – (zero percent high limit)) - If (field value) < (zero percent low limit) and (low limit) < (zero percent low limit) then
Percent = ((field value) – (zero percent low limit))/((zero percent low limit) – (low limit))
- If (field value) > (zero percent high limit) and (high limit) > (zero percent high limit) then
- Use absolute value (i.e., percent always >= 0)
- Same calculations as in Allow negative percent values except that the absolute value of the calculated percentage is reported.
- Low limit is zero percent
- The zero percent deadband limits are ignored in this option and the percent is calculated based on the low and high limits only
- If (high limit) > (low limit) then
Percent = ((field value) – (low limit))/((high limit) – (low limit))
- Treat values below zero deadband as zero
- If (field value) > (zero percent high limit) and (high limit) > (zero percent high limit) then
Percent = ((field value) – (zero percent high limit))/((high limit) – (zero percent high limit)) - If (field value) < (zero percent low limit) and (low limit) < (zero percent low limit) then
Percent = 0
- If (field value) > (zero percent high limit) and (high limit) > (zero percent high limit) then
Fill Options: Fill counter-clockwise(added in version 23 patch on June 4, 2024)
Specify whether pie charts fill up in a counter clock-wise or clock-wise fashion
Fill Options: Fill start angle (degrees)(added in version 23 patch on June 4, 2024)
Specify the start angle in degrees where 0.0 degrees represent a horizontal line