IsNumberFormatLinkedToSource
DataLabelFormat.IsNumberFormatLinkedToSource 属性
读/写布尔值。
public bool IsNumberFormatLinkedToSource { get; set; }
备注
如果此 DataLabelFormat 对象的父级是数据标签集合 DataLabelCollection,则此属性获取或设置 DataLabelCollection 中新数据标签的 IsNumberFormatLinkedToSource 属性的默认值。设置此属性的值也会将该值设置为 DataLabelCollection 中所有数据标签的 IsNumberFormatLinkedToSource 属性(即 “DataLabels.DefaultDataLabelFormat.IsNumberFormatLinkedToSource = val;” 使得所有 DataLabels[i].IsNumberFormatLinkedToSource 等于 val)。
另请参阅
- class DataLabelFormat
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides