IDataLabelCollection class
Contents
[
Hide
]IDataLabelCollection class
Represents a series labels.
The IDataLabelCollection type exposes the following members:
Properties
| Property | Description |
|---|---|
default_data_label_format | Returns default format of all data labels in the collection. Read-only IDataLabelFormat. |
leader_lines_format | Represents data labels leader lines format. Read-only IChartLinesFormat. |
is_visible | False 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_labels | Gets the number of visible data labels in the collection. Read-only int. |
count | Gets the number of all data labels in the collection. Read-only int. |
parent_series | Returns parent chart series. Read-only IChartSeries. |
chart | |
slide | |
presentation |
Gets the data label for the data point with the specified index.
Indexer
| Name | Description |
|---|---|
[index] |
Methods
| Method | Description |
|---|---|
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 | Returns an index of the specified DataLabel in the collection. |
See Also
- module
aspose.slides.charts - library
Aspose.Slides