A collection of s for a

Inheritance

Implements
  • IEnumerable<DataPoint>
  • IEnumerable

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

Returns the number of items in the collection (read-only)

public int Count { get; }

Returns the instance at the specified ordinal position within this collection.

public DataPoint this[int index] { get; }

Determines if the collection contains thhe item

public bool Contains(DataPoint item)

Parameters

  • item: DataPoint

Returns any

Gets an enumerator for the items in the collection

public IEnumerator<DataPoint> GetEnumerator()

Returns any

Returns the index of the item in the collection

public int IndexOf(DataPoint item)

Parameters

  • item: DataPoint

Returns any