Building a Chart > Using Custom Values Formatting > Percentage Format |
Use the PercentageObject to determine how this ValueFormat appears. The Percentage format multiplies all values by 100 and displays a percent sign. The default format code is:
0.00%;-0.00%
· Use the DecimalPlaces property to set the maximum number of decimal places to display.
· Use the OrderPercentSignValue to specify the order of the percent sign, negative sign and value.