Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.09 KB

Word.document.chartdatapointtrack.md

File metadata and controls

39 lines (21 loc) · 1.09 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Document.ChartDataPointTrack property (Word)
vbawd10.chm158007914
vbawd10.chm158007914
3b9bb881-4e9b-d8bc-dc57-4a4be573a5a0
06/08/2017
medium

Document.ChartDataPointTrack property (Word)

Returns or sets a Boolean that specifies whether charts in the active document use cell-reference data-point tracking. Read/write.

Syntax

expression. ChartDataPointTrack

expression A variable that represents a Document object.

Remarks

In cell-reference data-point tracking, data labels track the cell reference that contains the value of the data point, rather than the index number of the data point. Doing so helps to preserve custom formatting applied by the user, even when a chart is sorted or filtered. Setting ChartDataPointTrack to True specifies that charts in the active document use cell-reference data-point tracking.

Property value

BOOL

See also

Document Object

[!includeSupport and feedback]