Trendline.NameIsAuto Property

Definition

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.

Applies to