DataLabelFormat

Overview

DataLabelFormat is a class in Aspose.Slides FOSS for Python. Inherits from: IDataLabelFormat.

Represents formatting options for DataLabel.

Properties: as_i_chart_component, as_i_presentation_component, as_i_slide_component, chart, format, is_number_format_linked_to_source, and 14 more.

Properties

NameTypeAccessDescription
show_legend_keyboolRead/WriteTrue if the data label legend key is visible.
show_valueboolRead/WriteTrue displays the value.
show_category_nameboolRead/WriteTrue displays the category name.
show_series_nameboolRead/WriteTrue displays the series name.
show_percentageboolRead/WriteTrue displays the percentage value.
show_bubble_sizeboolRead/WriteTrue displays the bubble size.
show_leader_linesboolRead/WriteTrue displays leader lines.
positionLegendDataLabelPositionRead/WritePosition of the data label.
number_formatstrRead/WriteFormat string for DataLabels.
is_number_format_linked_to_sourceboolRead/WriteWhether number format is linked to the data source.
separatorstrRead/WriteSeparator used between label fields.
format'IFormat'ReadFill, line, and effect formatting of the label area.
text_format'IChartTextFormat'ReadChart text format.
show_label_value_from_cellboolRead/WriteTrue displays label text sourced from workbook cell(s).
as_i_chart_componentIChartComponentReadReturns IChartComponent interface.
chartIChartReadGets the chart.
as_i_slide_componentISlideComponentReadGets the as i slide component.
slideIBaseSlideReadGets the slide.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
presentationIPresentationReadGets the presentation.

See Also