DefaultNumericFormat Property

 

The DefaultNumericFormat property returns the default numeric display format. Returns a LabelFormat object. This is a read-only property.

 

Syntax

object.DefaultNumericFormat

 

Example 1

This example returns the default number of digits.

 

Debug.Print Plot.DefaultNumericFormat.NumDigits

 

Example 2

This example changes the default numeric format to use absolute values.

 

Plot.DefaultNumericFormat.AbsoluteValue = True

 

Used by: PlotDocument object