_Workbook.ChartDataPointTrack Property

Definition

True will cause all charts in the current document to track the actual data point to which it’s attached. False will revert back to tracking the index of the data point. Boolean (bool in C#) Read/Write.

public:
 property bool ChartDataPointTrack { bool get(); void set(bool value); };
public bool ChartDataPointTrack { get; set; }
Public Property ChartDataPointTrack As Boolean

Property Value

Applies to