AbsoluteValue Property

The AbsoluteValue property returns or sets the absolute value style. Returns a Boolean.

 

Syntax

object.AbsoluteValue

object.AbsoluteValue = AbsValue

 

Parameter

Type

Description

AbsValue

Boolean

required; true to use absolute values

 

Example 1

This example demonstrates how to return whether or not the labels are displayed as absolute values.

 

Debug.Print LabelFormat.AbsoluteValue

 

Example 2

This example demonstrates how to display labels as absolute values.

 

LabelFormat.AbsoluteValue = True

 

Used by: LabelFormat object