is_number_format_linked_to_source property

is_number_format_linked_to_source property

Read/write bool.

Remarks

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the IsNumberFormatLinkedToSource property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the IsNumberFormatLinkedToSource property for all data labels in the DataLabelCollection collection (i.e. “DataLabels.DefaultDataLabelFormat.IsNumberFormatLinkedToSource = val;” cause to all DataLabels[i].IsNumberFormatLinkedToSource is equal to val).

Definition:

@property
def is_number_format_linked_to_source(self):
    ...

@is_number_format_linked_to_source.setter
def is_number_format_linked_to_source(self, value):
    ...

See Also