get_Format()

DataLabelFormat::get_Format() method

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

System::SharedPtr<IFormat> Aspose::Slides::Charts::DataLabelFormat::get_Format() override

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.

See Also