DataLabelCollection

DataLabelCollection

Vue de l’ensemble

‘DataLabelCollection’ est une classe dans Aspose.Slides FOSS pour Python.Hérit de: ‘IDataRabelCollection’.

Il représente les étiquettes d’une série de cartes.

Cette classe fournit 2 méthodes pour travailler avec les objets DataLabelCollection dans les programmes Python. Les méthodologies disponibles comprennent: hide, index_of. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Slides FOSS pour le package Pyathon. Propriétés: ‘as_i_presentation_component’, ‘ass_ i_slide_conponant’, chart', ‘count’, 'count_ of_visible_data_labels', ''default_dat_label_format et 5 autres.

Propriétés

NameTypeAccessDescription
chart``ReadReturns the parent chart.
slide``ReadGets the slide.
presentation``ReadGets the presentation.
parent_series'IChartSeries'ReadReturns the parent series.
countintReadTotal number of data points in the parent series (each may have a label).
count_of_visible_data_labelsintReadNumber of labels that would render text.
is_visibleboolReadTrue if any show_* flag is enabled on the collection default format.
default_data_label_format'IDataLabelFormat'ReadDefault format for all data labels in the collection.
leader_lines_format'IChartLinesFormat'ReadLeader lines line/effect format.
as_i_slide_componentISlideComponentReadAllows to get base ISlideComponent interface.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.

méthodes

SignatureDescription
hide()Hide all labels — sets <c:delete val=‘1’/> on <c:dLbls>.
index_of(value: 'DataLabel')intIndex of the provided DataLabel in this collection.

Voir aussi

  • Aspose.Slides - référence API d’entreprise
 Français