DataLabels.AutoText 属性

定义

如果集合中的所有对象基于上下文自动生成相应的文本,则设置为 True 。 读/写 Boolean

public:
 property bool AutoText { bool get(); void set(bool value); };
public bool AutoText { get; set; }
member this.AutoText : bool with get, set
Public Property AutoText As Boolean

属性值

Boolean

注解

设置此属性的值将设置 AutoText 集合包含的所有 DataLabel 对象的 属性。 仅当集合中包含的所有DataLabel对象的 属性设置为 TrueAutoText,此属性才返回 True;否则,此属性返回 False

适用于