ig.excel.XValues
Defines a set of values in a series
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.
-
ig.excel.XValues
Constructor- new $.ig.excel.XValues( values:ig.IEnumerable );
Creates a new XValues
- values
- Type:ig.IEnumerable
- The set of values
-
ig.excel.XValues
Constructor- new $.ig.excel.XValues( sheet:ig.excel.Sheet, formula:string, [cellReferenceMode:ig.excel.CellReferenceMode] );
Creates a new XValues
- sheet
- Type:ig.excel.Sheet
- The worksheet that the Series belongs to.
- formula
- Type:string
- A string representation of the source range(s) for the values
- cellReferenceMode
- Type:ig.excel.CellReferenceMode
- Optional
- An optional CellReferenceMode to use to parse the source ranges. If null it defaults to the workbook's mode.
See Also
-
getValues
- .getValues( );
- Return Type:
- object[]
- Return Type Description:
- An object array containing the actual data point values for the associated Series.
Returns the actual values for this XValues instance.