ig.excel.ChartsheetDisplayOptions

Class which exposes the display options which can only be controlled through the chartsheet.

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

    .magnification( );
    Return Type:
    number
    Return Type Description:
    The magnification level of the chartsheet in the current View.

    Gets the magnification level of the chartsheet.

    Exceptions

    Exception Description
    ig.ArgumentOutOfRangeException The assigned value is outside the valid range of magnification levels for a chartsheet. The level must be between 10 and 400.

    Remarks

    Magnifications are stored as percentages of the normal viewing magnification. A value of 100 indicates normal magnification whereas a value of 200 indicates a zoom that is twice the normal viewing magnification.

  • magnification
    Inherited

    .magnification( value:number );
    Return Type:
    number
    Return Type Description:
    The magnification level of the chartsheet in the current View.

    Sets the magnification level of the chartsheet.

    • value
    • Type:number

    Exceptions

    Exception Description
    ig.ArgumentOutOfRangeException The assigned value is outside the valid range of magnification levels for a chartsheet. The level must be between 10 and 400.

    Remarks

    Magnifications are stored as percentages of the normal viewing magnification. A value of 100 indicates normal magnification whereas a value of 200 indicates a zoom that is twice the normal viewing magnification.

  • reset
    Inherited

    .reset( );

    Resets the display options to their default settings.

    Remarks

    The defaults used for each setting are the same defaults with which Microsoft Excel creates a blank sheet.

  • resetCore
    Inherited

    .resetCore( );

    Resets the display options to their default settings.

  • sizeWithWindow
    Inherited

    .sizeWithWindow( );

    Gets whether the chart should be resized to match the size of the chart sheet window.

  • sizeWithWindow
    Inherited

    .sizeWithWindow( value:boolean );

    Sets whether the chart should be resized to match the size of the chart sheet window.

    • value
    • Type:boolean
  • visibility
    Inherited

    .visibility( );
    Return Type:
    ig.excel.WorksheetVisibility
    Return Type Description:
    The visibility of the worksheet.

    Gets the visibility of the sheet.

    Exceptions

    Exception Description
    ig.excel.InvalidEnumArgumentException The value assigned is not defined in the WorksheetVisibility enumeration.

    Remarks

    The visibility determines whether the sheet's tab will appear in the tab bar at the bottom of Microsoft Excel.

  • visibility
    Inherited

    .visibility( value:ig.excel.WorksheetVisibility );
    Return Type:
    ig.excel.WorksheetVisibility
    Return Type Description:
    The visibility of the worksheet.

    Sets the visibility of the sheet.

    • value
    • Type:ig.excel.WorksheetVisibility

    Exceptions

    Exception Description
    ig.excel.InvalidEnumArgumentException The value assigned is not defined in the WorksheetVisibility enumeration.

    Remarks

    The visibility determines whether the sheet's tab will appear in the tab bar at the bottom of Microsoft Excel.

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