ig.excel.ErrorBars

Represents the error bars on a chart series.

Remarks

Error bars indicate the degree of uncertainty for chart data. Only series in area, bar, column, line, and scatter groups on a 2-D chart can have error bars. Only series in scatter groups can have x and y error bars. This object isn't a collection. There's no object that represents a single error bar; you either have x error bars or y error bars turned on for all points in a series or you have them turned off.

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.

  • chart
    Inherited

    .chart( );
    Return Type:
    ig.excel.WorksheetChart
    Return Type Description:
    Returns a WorksheetChart.

    Returns the owning chart (read-only)

  • direction

    .direction( );
    Return Type:
    ig.excel.ErrorBarDirection
    Return Type Description:
    Returns a ErrorBarDirection.

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

  • direction

    .direction( value:ig.excel.ErrorBarDirection );
    Return Type:
    ig.excel.ErrorBarDirection
    Return Type Description:
    Returns a 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( );
    Return Type:
    ig.excel.EndStyleCap
    Return Type Description:
    Returns a EndStyleCap.

    Returns the end style for the error bars.

  • endStyle

    .endStyle( value:ig.excel.EndStyleCap );
    Return Type:
    ig.excel.EndStyleCap
    Return Type Description:
    Returns a EndStyleCap.

    Sets the end style for the error bars.

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

    .errorValueType( );
    Return Type:
    ig.excel.ErrorValueType
    Return Type Description:
    Returns a ErrorValueType.

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

  • errorValueType

    .errorValueType( value:ig.excel.ErrorValueType );
    Return Type:
    ig.excel.ErrorValueType
    Return Type Description:
    Returns a ErrorValueType.

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

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

    .fill( );
    Return Type:
    ig.excel.ChartFillBase
    Return Type Description:
    Returns a ChartFillBase.

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

  • fill

    .fill( value:ig.excel.ChartFillBase );
    Return Type:
    ig.excel.ChartFillBase
    Return Type Description:
    Returns a ChartFillBase.

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

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

    .owner( );
    Return Type:
    ig.excel.ChartObject
    Return Type Description:
    The owner or null if this object is owned directly by the Chart

    returns this object's owner. (read-only)

  • sheet
    Inherited

    .sheet( );
    Return Type:
    ig.excel.Sheet
    Return Type Description:
    Returns a Sheet.

    Gets the owning sheet (read-only)

    See Also

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

  • workbook
    Inherited

    .workbook( );
    Return Type:
    ig.excel.Workbook
    Return Type Description:
    Returns a Workbook.

    Gets the owning workbook (read-only)

  • worksheet
    Inherited

    .worksheet( );
    Return Type:
    ig.excel.Worksheet
    Return Type Description:
    Returns a Worksheet.

    Gets the owning worksheet (read-only)

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