DataLabelFormat
Přehled
DataLabelFormat je třída v Aspose.Slides FOSS pro Python. Dědici: IDataLabelFormat.
Zobrazuje možnosti formátování pro DataLabel.
Vlastnosti: as_i_chart_component, as_i_presentation_component, as_i_slide_component, chart, format, is_number_format_linked_to_source, a dalších 14.
Vlastnosti
| Název: | Typ: | Access | Popis: |
|---|---|---|---|
show_legend_key | bool | Čtení/psaní | Pravda, pokud je klíč pro legendu na štítku dat viditelný. |
show_value | bool | Čtení/psaní | Pravda ukazuje hodnotu. |
show_category_name | bool | Čtení/psaní | Pravda zobrazuje název kategorie. |
show_series_name | bool | Čtení/psaní | Pravda zobrazuje název řady. |
show_percentage | bool | Čtení/psaní | Pravda zobrazuje procentní hodnotu. |
show_bubble_size | bool | Čtení/psaní | Pravda zobrazuje velikost bubliny. |
show_leader_lines | bool | Čtení/psaní | Pravda ukazuje lídrové linky. |
position | LegendDataLabelPosition | Čtení/psaní | Poloha štítku údajů. |
number_format | str | Čtení/psaní | Formátovat řetěz DataLabels. |
is_number_format_linked_to_source | bool | Čtení/psaní | Zda je formát čísla spojen se zdrojem údajů. |
separator | str | Čtení/psaní | Oddělující prvek používaný mezi polemi štítků. |
format | 'IFormat' | Čtěte. | Zplnění, řádek a formátování efektů oblasti štítku. |
text_format | 'IChartTextFormat' | Čtěte. | Formát grafu. |
show_label_value_from_cell | bool | Čtení/psaní | True zobrazuje text štítku pocházející z buněk pracovního seznamu (s). |
as_i_chart_component | IChartComponent | Čtěte. | Vrátí IChartComponent rozhraní. |
chart | IChart | Čtěte. | Získá graf. |
as_i_slide_component | ISlideComponent | Čtěte. | Získá komponentu as i slide. |
slide | IBaseSlide | Čtěte. | Získá snímek. |
as_i_presentation_component | IPresentationComponent | Čtěte. | Získá jako i prezentační komponentu. |
presentation | IPresentation | Čtěte. | Získá prezentaci. |