IsNumberFormatLinkedToSource
IDataLabelFormat.IsNumberFormatLinkedToSource property
读/写布尔值。
public bool IsNumberFormatLinkedToSource { get; set; }
备注
如果此 DataLabelFormat 对象的父级是数据标签集合(DataLabelCollection),则此属性获取或设置 DataLabelCollection 中新数据标签的 IsNumberFormatLinkedToSource 属性的默认值。设置此属性的值还会将此值设置为 DataLabelCollection 中所有数据标签的 IsNumberFormatLinkedToSource 属性(即 “DataLabels.DefaultDataLabelFormat.IsNumberFormatLinkedToSource = val;” 会导致所有 DataLabels[i].IsNumberFormatLinkedToSource 等于 val)。