A collection of objects for a
Inheritance
object
Implements
- IEnumerable<Axis>
- IEnumerable
Properties
Section titled "Properties"Chart
Section titled "Chart"Inherited from: ChartObject
Returns the owning chart (read-only)
public WorksheetChart Chart { get; } Owner
Section titled "Owner"Inherited from: ChartObject
returns this object's owner. (read-only)
public ChartObject Owner { get; } Sheet
Section titled "Sheet"Inherited from: ChartObject
The owning sheet (read-only)
public Sheet Sheet { get; } Workbook
Section titled "Workbook"Inherited from: ChartObject
The owning workbook (read-only)
public Workbook Workbook { get; } Worksheet
Section titled "Worksheet"Inherited from: ChartObject
The owning worksheet (read-only)
public Worksheet Worksheet { get; } Count
Section titled "Count"Returns the number of items in the collection (read-only)
public int Count { get; } IsReadOnly
Section titled "IsReadOnly"Determines if the collecion can be modified (read-only)
public bool IsReadOnly { get; } this[AxisType, AxisGroup]
Section titled "this[AxisType, AxisGroup]"Indexer
public Axis this[AxisType type, AxisGroup group = AxisGroup.Primary] { get; } Methods
Section titled "Methods"Add(AxisType, AxisGroup)
Section titled "Add(AxisType, AxisGroup)"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
Clear()
Section titled "Clear()"Clears the collection.
public void Clear() Returns any
GetEnumerator()
Section titled "GetEnumerator()"Gets an enumerator for the items in the collection
public IEnumerator<Axis> GetEnumerator() Returns any
Remove(AxisType, AxisGroup)
Section titled "Remove(AxisType, AxisGroup)"Removes an axis from the collection.
public bool Remove(AxisType type, AxisGroup group) Parameters
- type:
AxisType - group:
AxisGroup