IDataLabelCollection Properties |
The IDataLabelCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| AsIChartComponent |
Allows to get base IChartComponent interface.
Read-only IChartComponent.
| |
| AsIEnumerable |
Allows to get base IEnumerable interface.
Read-only IEnumerable.
| |
| AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from ISlideComponent.) | |
| AsISlideComponent |
Allows to get base ISlideComponent interface.
Read-only ISlideComponent.
(Inherited from IChartComponent.) | |
| Chart |
Returns the chart.
Read-only IChart.
(Inherited from IChartComponent.) | |
| Count |
Gets the number of all data labels in the collection.
Read-only Int32.
| |
| CountOfVisibleDataLabels |
Gets the number of visible data labels in the collection.
Read-only Int32.
| |
| DefaultDataLabelFormat |
Returns default format of all data labels in the collection.
Read-only IDataLabelFormat.
| |
| IsVisible |
False means that data label is not visible by default (and so all
Show*-flags (ShowValue, ...) of the DefaultDataLabelFormat property are false).
Read-only Boolean.
| |
| Item |
Gets the data label for the data point with the specified index.
| |
| ParentSeries |
Returns parent chart series.
Read-only IChartSeries.
| |
| Presentation |
Returns the presentation.
Read-only IPresentation.
(Inherited from IPresentationComponent.) | |
| Slide |
Returns the base slide.
Read-only IBaseSlide.
(Inherited from ISlideComponent.) |