ig.excel.FormatConditionValueType

Constants which identify the type of value which defines the criteria for a ColorScaleCriterion or IconCriterion.

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

    Type:
    ig.excel.FormatConditionValueType
    Default:
    7

    The longest data bar is proportional to the highest value across the associated range. Applicable only to the IconCriterion class.

  • automaticMinimum

    Type:
    ig.excel.FormatConditionValueType
    Default:
    6

    The shortest data bar is proportional to the lowest value across the associated range. Applicable only to the IconCriterion class.

  • formula

    Type:
    ig.excel.FormatConditionValueType
    Default:
    3

    The criteria is defined by a formula.

  • highestValue

    Type:
    ig.excel.FormatConditionValueType
    Default:
    5

    The criteria is defined by the highest value across the associated range.

  • lowestValue

    Type:
    ig.excel.FormatConditionValueType
    Default:
    4

    The criteria is defined by the lowest value across the associated range.

  • number

    Type:
    ig.excel.FormatConditionValueType
    Default:
    0

    The criteria is defined by a numeric value.

  • percentage

    Type:
    ig.excel.FormatConditionValueType
    Default:
    1

    The criteria is defined by a percentage.

  • percentile

    Type:
    ig.excel.FormatConditionValueType
    Default:
    2

    The criteria is defined by a percentile rating.

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

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