DataLabelCollection class
Contents
[
Hide
]DataLabelCollection class
Represents a series labels.
The DataLabelCollection type exposes the following members:
Properties
| Property | Description | 
|---|---|
chart | Returns the parent chart. Read-only IChart. | 
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.  | 
default_data_label_format | Gets the default data label format. Read-only IDataLabelFormat. | 
leader_lines_format | Represents data labels leader lines format. Read-only IChartLinesFormat. | 
parent_series | Gets the parent series. Read-only IChartSeries. | 
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