Application.ChartDataPointTrack property (PowerPoint)

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

Syntax

expression. ChartDataPointTrack

expression A variable that represents an Application object.

Return value

Boolean

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 use cell-reference data-point tracking.

Property value

BOOL

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.