IDataLabelCollection

IDataLabelCollection class

Represents a series labels.

The IDataLabelCollection type exposes the following members:

Properties

NameDescription
default_data_label_formatReturns default format of all data labels in the collection.
Read-only IDataLabelFormat.
leader_lines_formatRepresents data labels leader lines format.
Read-only IChartLinesFormat.
leader_lines_colorGets or sets the color of all leader lines in the collection.
Read/write aspose.pydrawing.Color.
is_visibleFalse means that data label is not visible by default (and so all
Show*-flags (ShowValue, …) of the DefaultDataLabelFormat property are false).
Read-only bool.
count_of_visible_data_labelsGets the number of visible data labels in the collection.
Read-only
countGets the number of all data labels in the collection.
Read-only
parent_seriesReturns parent chart series.
Read-only IChartSeries.
as_i_chart_componentAllows to get base IChartComponent interface.
Read-only IChartComponent.
as_i_enumerableAllows to get base IEnumerable interface.
Read-only list.
chartReturns the chart.
Read-only IChart.
as_i_slide_componentAllows to get base ISlideComponent interface.
Read-only ISlideComponent.
slideReturns the base slide.
Read-only IBaseSlide.
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
presentationReturns the presentation.
Read-only IPresentation.

Indexer

NameDescription
[index]Gets the data label for the data point with the specified index.

Methods

NameDescription
hide()Make data label hidden by default by setting all Show*-flags (ShowValue, …) of the
DefaultDataLabelFormat property to false state.
IsVisible will be false after this.
index_of(value)Returns an index of the specified DataLabel in the collection.

See Also