Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 901 Bytes

Excel.application.chartdatapointtrack.md

File metadata and controls

36 lines (19 loc) · 901 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Application.ChartDataPointTrack property (Excel)
vbaxl10.chm133341
vbaxl10.chm133341
124b4d82-de33-c5df-7aa0-1a9c3484a680
04/04/2019
medium

Application.ChartDataPointTrack property (Excel)

True causes all charts in newly created documents to use the cell reference tracking behavior. Boolean.

Syntax

expression.ChartDataPointTrack

expression A variable that represents an Application object.

Remarks

Data labels now track the actual data point to which they are attached (as opposed to the legacy behavior of tracking the index of the data point), allowing the label-to-point relationship to persist across events such as filter and sort.

Property value

BOOL

[!includeSupport and feedback]