format property

format property

Represents the format of the data label. Read-only IFormat.

Remarks

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property represents the default format for the new data labels in the DataLabelCollection collection.

Definition:

@property
def format(self):
    ...

See Also