DigitsOfPrecision Property

Sets the number of decimal positions that are used in outputting data to the object Cursor Prompt, Tables, Data Labels, and the Clipboard. Even though you set the numeric precision, the number of decimal points specified does not appear on the chart unless it is necessary. For example, if you specified the use of two decimal places, but all of the data values in your chart are whole numbers, decimal points are not be used because they are not necessary. This setting does not apply to the axes graduations and ticks.

Syntax

object.DigitsOfPrecision [= Long]

Properties

The DigitsOfPrecision property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Long

Whole number representing the number of decimal positions.

 

Applies To