IDataLabelCollection Interface

Represents a series labels.

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IDataLabelCollection : IEnumerable<IDataLabel>, 
	IEnumerable, IChartComponent, ISlideComponent, IPresentationComponent

The IDataLabelCollection type exposes the following members.

Properties
  NameDescription
Public propertyAsIChartComponent
Allows to get base IChartComponent interface. Read-only IChartComponent.
Public propertyAsIEnumerable
Allows to get base IEnumerable interface. Read-only IEnumerable.
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Allows to get base ISlideComponent interface. Read-only ISlideComponent.
(Inherited from IChartComponent.)
Public propertyChart
Returns the chart. Read-only IChart.
(Inherited from IChartComponent.)
Public propertyCount
Gets the number of all data labels in the collection. Read-only Int32.
Public propertyCountOfVisibleDataLabels
Gets the number of visible data labels in the collection. Read-only Int32.
Public propertyDefaultDataLabelFormat
Returns default format of all data labels in the collection. Read-only IDataLabelFormat.
Public propertyIsVisible
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.
Public propertyItem
Gets the data label for the data point with the specified index.
Public propertyParentSeries
Returns parent chart series. Read-only IChartSeries.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
Methods
  NameDescription
Public methodGetEnumerator (Inherited from IEnumerableIDataLabel.)
Public methodHide
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.
Public methodIndexOf
Returns an index of the specified DataLabel in the collection.
See Also