DataLabelFormat
Overview
DataLabelFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: IDataLabelFormat.
Represents formatting options for DataLabel.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
show_legend_key | bool | Read | True if the data label legend key is visible. |
show_value | bool | Read | True displays the value. |
show_category_name | bool | Read | True displays the category name. |
show_series_name | bool | Read | True displays the series name. |
show_percentage | bool | Read | True displays the percentage value. |
show_bubble_size | bool | Read | True displays the bubble size. |
show_leader_lines | bool | Read | True displays leader lines. |
position | LegendDataLabelPosition | Read | Position of the data label. |
number_format | str | Read | Format string for DataLabels. |
is_number_format_linked_to_source | bool | Read | Whether number format is linked to the data source. |
separator | str | Read | Separator used between label fields. |
format | 'IFormat' | Read | Fill, line, and effect formatting of the label area. |
text_format | 'IChartTextFormat' | Read | Chart text format. |
show_label_value_from_cell | bool | Read | True displays label text sourced from workbook cell(s). |