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], [colorBy:ig.excel.SeriesValuesColorBy] );

    Creates a new SeriesValues instance.

    • 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.
    • colorBy
    • Type:ig.excel.SeriesValuesColorBy
    • Optional
    • An optional SeriesValuesColorBy value indicating whether the values which are used for coloring regions in a geographic map chart are interpreted as numerical values or categories. Applicable only when the associated series ChartType is set to RegionMap.
  • 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.