ig.excel.TrendlineType

Constants which define the various types of trendlines supported by a WorksheetChart.

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

    Type:
    ig.excel.TrendlineType
    Default:
    0

    The trendline is exponential.

  • linear

    Type:
    ig.excel.TrendlineType
    Default:
    1

    The trendline is linear.

  • logarithmic

    Type:
    ig.excel.TrendlineType
    Default:
    2

    The trendline is logarithmic.

  • movingAverage

    Type:
    ig.excel.TrendlineType
    Default:
    3

    The trendline depicts a moving average.

  • polynomial

    Type:
    ig.excel.TrendlineType
    Default:
    4

    The trendline depicts a polynomial of order/degree n, when n is specified by the PolynomialOrder property.

  • power

    Type:
    ig.excel.TrendlineType
    Default:
    5

    The trendline depicts a power curve.

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

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