IncludeDataLabels Property

Specifies whether the data points include labels. This property only applies to XY Enhanced Charts.

Syntax

object.IncludeDataLabels [= Boolean]

Properties

The IncludeDataLabels property syntax has these parts:

Part

Description

object

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

Boolean

Whether the data points include a label.

Settings

The settings for Boolean are:

Value

Description

True

The data points are labeled.

False (default)

The data points are not labeled.

Applies To