_Application.ChartDataPointTrack Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True will cause all charts in newly created documents to use the cell reference tracking behavior. Boolean (bool in C#).
public:
property bool ChartDataPointTrack { bool get(); void set(bool value); };
public bool ChartDataPointTrack { get; set; }
Public Property ChartDataPointTrack As Boolean