Returns or sets a string that describes the format used to display the label as a percent.
Syntax
object.PercentFormat [ = format]
The PercentFormat property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
format | String. Describes the format used to display a label as a percent. |
Remarks
Use the DataPointLabel object's Component property to change the label type.
The following table lists several examples of percentage format strings. The values listed at left are the valid formats.
3 | -3 | .3 | |
0% | 300% | -300% | 30% |
0.0% | 300.0% | -300.0% | 30.0% |
0.00% | 300.00% | -300.00% | 30.00% |