A collection of objects for a

Inheritance

Implements
  • IEnumerable<Axis>
  • 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; }

Determines if the collecion can be modified (read-only)

public bool IsReadOnly { get; }

Indexer

public Axis this[AxisType type, AxisGroup group = AxisGroup.Primary] { get; }

Adds a new into the collection with the specified type and groupo.

public Axis Add(AxisType type, AxisGroup group = AxisGroup.Primary)

Parameters

  • type: AxisType
  • group: AxisGroup

Returns any

Clears the collection.

public void Clear()

Returns any

Gets an enumerator for the items in the collection

public IEnumerator<Axis> GetEnumerator()

Returns any

Removes an axis from the collection.

public bool Remove(AxisType type, AxisGroup group)

Parameters

  • type: AxisType
  • group: AxisGroup

Returns any