IChartSeriesReadonlyCollection

IChartSeriesReadonlyCollection interface

Represents a readonly collection of IChartSeries

public interface IChartSeriesReadonlyCollection : IGenericCollection<IChartSeries>

Properties

NameDescription
Item { get; }Gets the element at the specified index.

See Also