[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IAxes.Item

Item Method

Item(AxisType, AxisGroup)

Returns a single IAxis object from an IAxes collection.

Declaration
IAxis Item(AxisType Type, AxisGroup AxisGroup = AxisGroup.Primary)
Function Item(Type As AxisType, Optional AxisGroup As AxisGroup = AxisGroup.Primary) As IAxis
Parameters
Type Name Description
AxisType Type

The AxisType object.

AxisGroup AxisGroup

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

Returns
Type Description
IAxis

The IAxis object.