IDataLabelCollection Interface |
Namespace: Aspose.Slides.Charts
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.) |
Name | Description | |
---|---|---|
![]() | GetEnumerator | (Inherited from IEnumerableIDataLabel.) |
![]() | 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.
|
![]() | IndexOf |
Returns an index of the specified DataLabel in the collection.
|