Trendline.NameIsAuto 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 Microsoft Word automatically determines the name of the trendline. Read/write Boolean.
public:
property bool NameIsAuto { bool get(); void set(bool value); };
public bool NameIsAuto { get; set; }
member this.NameIsAuto : bool with get, set
Public Property NameIsAuto As Boolean
Property Value
Boolean
Examples
This example sets Microsoft Word to automatically determine the name for trendline one of the first chart in the active document. The example should be run on a 2-D column chart that contains a single series with a trendline.