ig.excel.AxisCollection
A collection of Axis objects for a WorksheetChart
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
add
- .add( type:ig.excel.AxisType, [group:ig.excel.AxisGroup] );
- Return Type:
- ig.excel.Axis
- Return Type Description:
- The newly added Axis
Adds a new Axis into the collection with the specified type and groupo.
- type
- Type:ig.excel.AxisType
- The type of the axis.
- group
- Type:ig.excel.AxisGroup
- Optional
- The axis group, defaults to primary.
Remarks
Note: If there is an axis already in the collection of the type and group specified it will be replaced with the newly added one. -
chart
Inherited- .chart( );
- Return Type:
- ig.excel.WorksheetChart
- Return Type Description:
- Returns a WorksheetChart.
Returns the owning chart (read-only)
-
clear
- .clear( );
Clears the collection.
-
count
- .count( );
Returns the number of items in the collection (read-only)
-
getEnumerator
- .getEnumerator( );
Gets an enumerator for the items in the collection
-
isReadOnly
- .isReadOnly( );
Determines if the collecion can be modified (read-only)
-
item
- .item( type:ig.excel.AxisType, [group:ig.excel.AxisGroup] );
- Return Type:
- ig.excel.Axis
- Return Type Description:
- The corresponding axis or null if not in the collection.
Indexer
- type
- Type:ig.excel.AxisType
- The type of the axis.
- group
- Type:ig.excel.AxisGroup
- Optional
- The axis group, defaults to primary.
-
owner
Inherited- .owner( );
- Return Type:
- ig.excel.ChartObject
- Return Type Description:
- The owner or null if this object is owned directly by the Chart
returns this object's owner. (read-only)
-
remove
- .remove( type:ig.excel.AxisType, group:ig.excel.AxisGroup );
- Return Type:
- boolean
- Return Type Description:
- True if the axis was removed, otherwise false.
Removes an axis from the collection.
- type
- Type:ig.excel.AxisType
- The type of the axis.
- group
- Type:ig.excel.AxisGroup
- The axis group, defaults to primary.
See Also
-
sheet
Inherited- .sheet( );
- Return Type:
- ig.excel.Sheet
- Return Type Description:
- Returns a Sheet.
Gets the owning sheet (read-only)
See Also
-
workbook
Inherited- .workbook( );
- Return Type:
- ig.excel.Workbook
- Return Type Description:
- Returns a Workbook.
Gets the owning workbook (read-only)
See Also
-
worksheet
Inherited- .worksheet( );
- Return Type:
- ig.excel.Worksheet
- Return Type Description:
- Returns a Worksheet.
Gets the owning worksheet (read-only)
See Also