IsNumberFormatLinkedToSource

IDataLabelFormat.IsNumberFormatLinkedToSource property

读/写Boolean。

public bool IsNumberFormatLinkedToSource { get; set; }

评论

如果此 DataLabelFormat 对象的父对象是数据标签的 DataLabelCollection 集合,则此 属性获取或设置 DataLabelCollection 集合中新数据 标签的 IsNumberFormatLinkedToSource 属性的默认值。 将此属性设置为值也将此值设置为 IsNumberFormatLinkedToSource 属性 用于 DataLabelCollection 集合 中的所有数据标签(即“DataLabels.DefaultDataLabelFormat.IsNumberFormatLinkedToSource = val;" 导致 all DataLabels[i].IsNumberFormatLinkedToSource 等于 val)。

也可以看看