ig.excel.SeriesValues

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.SeriesValues
    Constructor

    new $.ig.excel.SeriesValues( values:ig.IEnumerable );

    Creates a new SeriesValues

    • values
    • Type:ig.IEnumerable
    • The set of values
  • ig.excel.SeriesValues
    Constructor

    new $.ig.excel.SeriesValues( sheet:ig.excel.Sheet, sourceRange:string, [cellReferenceMode:ig.excel.CellReferenceMode] );

    Creates a new XValues

    • sheet
    • Type:ig.excel.Sheet
    • The worksheet that the Series belongs to.
    • sourceRange
    • 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
    Inherited

    .getValues( );
    Return Type:
    object[]
    Return Type Description:
    An array of values where each element in the array represents the value of a data point in the associated Series.

    Returns an object array containing the value of each data point in the associated Series.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.