[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IAxes

Interface IAxes

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

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

public interface IAxes : IEnumerable<IAxis>, IEnumerable
Inherited Members
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Excel.Drawing.IAxis>.GetEnumerator()

Properties

Count

Returns the number of objects in the collection.

int Count { get; }

Property Value

int

Parent

Returns the parent object for the specified object.

IChart Parent { get; }

Property Value

IChart

Methods

Item(AxisType, AxisGroup)

Returns a single IAxis object from an IAxes collection.

IAxis Item(AxisType Type, AxisGroup AxisGroup = AxisGroup.Primary)

Parameters

Type AxisType

The AxisType object.

AxisGroup AxisGroup

Optional AxisGroup. The axis.AxisGroup can be one of these constants:Primary DefaultSecondary

Returns

IAxis

The IAxis object.