ig.excel.QuartileCalculation

Constants which determine the method of calculation used when determining the median for a box and whisker chart.

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
  • exclusiveMedian

    Type:
    ig.excel.QuartileCalculation
    Default:
    1

    The median is excluded from the calculation if n (the number of values in the data) is odd.

  • inclusiveMedian

    Type:
    ig.excel.QuartileCalculation
    Default:
    0

    The median is included in the calculation if n (the number of values in the data) is odd.

The current widget has no events.
The current widget has no public methods.

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