ig.excel.ErrorBars

チャート シリーズの誤差範囲を表します。

Remarks

誤差範囲はチャート データの不確実性の程度を示します。平面チャートのエリア、棒、柱状、折れ線、および散布図グループのシリーズのみに誤差範囲を使用できます。散布図グループのシリーズのみに x および y 誤差範囲を使用できます。このオブジェクトはコレクションではありません。単一の誤差範囲を表すオブジェクトがありません。シリーズのすべてのポイントで x 誤差範囲または y 誤差範囲が有効にされるか、無効にされます。

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

    new $.ig.excel.ErrorBars( );

    Creates a new ErrorBars instance.

  • direction

    .direction( );

    Returns a value which determines the direction in which the error bars extend from the data points.

  • direction

    .direction( value:ig.excel.ErrorBarDirection );

    Sets a value which determines the direction in which the error bars extend from the data points.

    • value
    • Type:ig.excel.ErrorBarDirection
  • endStyle

    .endStyle( );

    Returns the end style for the error bars.

  • endStyle

    .endStyle( value:ig.excel.EndStyleCap );

    Sets the end style for the error bars.

    • value
    • Type:ig.excel.EndStyleCap
  • errorValueType

    .errorValueType( );

    Returns a value which determines the units used to evaluate the error.

  • errorValueType

    .errorValueType( value:ig.excel.ErrorValueType );

    Sets a value which determines the units used to evaluate the error.

    • value
    • Type:ig.excel.ErrorValueType
  • fill

    .fill( );

    Returns a ChartFillBase derived object which defines the fill color/gradient for the line.

  • fill

    .fill( value:ig.excel.ChartFillBase );

    Sets a ChartFillBase derived object which defines the fill color/gradient for the line.

    • value
    • Type:ig.excel.ChartFillBase
  • value

    .value( );

    Returns a value which defines the error range.

    Remarks

    The unit for this property is determined by the ErrorBars.errorValueType property.

  • value

    .value( value:number );

    Sets a value which defines the error range.

    • value
    • Type:number

    Remarks

    The unit for this property is determined by the ErrorBars.errorValueType property.

  • widthInPoints

    .widthInPoints( );

    Determines the width of the line, expressed in points.

    Remarks

    A point is a graphical unit equal to 1/72", i.e., there are 72 points in one inch.

  • widthInPoints

    .widthInPoints( value:number );

    Determines the width of the line, expressed in points.

    • value
    • Type:number

    Remarks

    A point is a graphical unit equal to 1/72", i.e., there are 72 points in one inch.

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