[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IAxes

IAxes Interface

Represents a collection of all the IAxis objects in the specified chart.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface IAxes : IEnumerable<IAxis>, IEnumerable
Public Interface IAxes
    Inherits IEnumerable(Of IAxis), IEnumerable

Properties

Name Description
Count

Returns the number of objects in the collection.

Parent

Returns the parent object for the specified object.

Methods

Name Description
Item(AxisType, AxisGroup)

Returns a single IAxis object from an IAxes collection.