DataLabels.NumberFormatLinked 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 if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). Read/write Boolean.
public:
property bool NumberFormatLinked { bool get(); void set(bool value); };
public bool NumberFormatLinked { get; set; }
Public Property NumberFormatLinked As Boolean