DataLabelFormat
Opinie generală
DataLabelFormat este o clasă în Aspose.Slides FOSS pentru Python. Moștenitorii de la: IDataLabelFormat.
Reprezintă opțiunile de formatare pentru DataLabel.
Proprietăți: as_i_chart_component, as_i_presentation_component, as_i_slide_component, chart, format, is_number_format_linked_to_source, şi încă 14 .
Proprietăți
| Numele de proprietate | Tipul de vehicul | Access | Descriere: |
|---|---|---|---|
show_legend_key | bool | Citire/scriere | E adevărat dacă cheia legendei etichetei de date este vizibilă. |
show_value | bool | Citire/scriere | Adevărul arată valoarea. |
show_category_name | bool | Citire/scriere | True afișează numele categoriei. |
show_series_name | bool | Citire/scriere | True afișează numele seriilor. |
show_percentage | bool | Citire/scriere | True afișează valoarea procentală. |
show_bubble_size | bool | Citire/scriere | Adevărat afișează dimensiunea bule. |
show_leader_lines | bool | Citire/scriere | True afişează liniile de conducere. |
position | LegendDataLabelPosition | Citire/scriere | Poziția etichetei de date. |
number_format | str | Citire/scriere | Formatarea șirului pentru DataLabels. |
is_number_format_linked_to_source | bool | Citire/scriere | Indiferent dacă formatul numărului este legat de sursa de date. |
separator | str | Citire/scriere | Separator folosit între câmpurile de etichetare. |
format | 'IFormat' | Citeşte. | Împletirea, formatarea liniilor și a efectelor în zona etichetării. |
text_format | 'IChartTextFormat' | Citeşte. | Formatul textului diagramelor. |
show_label_value_from_cell | bool | Citire/scriere | True afișează textul etichetei provenind din celulele cărții de lucru (s). |
as_i_chart_component | IChartComponent | Citeşte. | Returnează interfața IChartComponent. |
chart | IChart | Citeşte. | Obține graficul. |
as_i_slide_component | ISlideComponent | Citeşte. | Obține componenta as i slide. |
slide | IBaseSlide | Citeşte. | Obține diapozitivul. |
as_i_presentation_component | IPresentationComponent | Citeşte. | Obține componenta de prezentare as i. |
presentation | IPresentation | Citeşte. | Obține prezentarea. |