IChartSeriesReadonlyCollection Interface

Represents a readonly collection of IChartSeries

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IChartSeriesReadonlyCollection : IGenericCollection<IChartSeries>, 
	IEnumerable<IChartSeries>, IEnumerable, ICollection

The IChartSeriesReadonlyCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIChartSeries.)
See Also