ig.excel.ChartBorder

Represents the border of a chart element.

Remarks

The color of the border is controlled by the ChartLineBase.fill property.

The width of the border lines are controlled by the ChartLineBase.widthInPoints property.

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

    new $.ig.excel.ChartBorder( );

    Creates a new ChartBorder instance.

  • chart
    Inherited

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

    Returns the owning chart (read-only)

  • fill
    Inherited

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

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

    .lineStyle( );
    Return Type:
    ig.excel.BorderLineStyle
    Return Type Description:
    Returns a BorderLineStyle.

    Returns the line style for the border, i.e., solid, dashed, dotted, etc.

  • lineStyle

    .lineStyle( value:ig.excel.BorderLineStyle );
    Return Type:
    ig.excel.BorderLineStyle
    Return Type Description:
    Returns a BorderLineStyle.

    Sets the line style for the border, i.e., solid, dashed, dotted, etc.

    • value
    • Type:ig.excel.BorderLineStyle
  • 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

  • widthInPoints
    Inherited

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

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