ig.excel.ElementPosition

Constants which determine whether a chart element is positioned automatically or at a specific location in the chart space.

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

    Type:
    ig.excel.ElementPosition
    Default:
    -4105

    The chart element is positioned automatically as appropriate for that element. For example, a ChartTitle is typically positioned at the top of the chart space, centered horizontally.

  • bottom

    Type:
    ig.excel.ElementPosition
    Default:
    103

    The chart element is positioned under the plot area, centered horizontally. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • bottomLeft

    Type:
    ig.excel.ElementPosition
    Default:
    106

    The chart element is positioned below the plot area, horizontally aligned with the left edge. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • bottomRight

    Type:
    ig.excel.ElementPosition
    Default:
    107

    The chart element is positioned below the plot area, horizontally aligned with the right edge. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • custom

    Type:
    ig.excel.ElementPosition
    Default:
    -4114

    Custom.

  • left

    Type:
    ig.excel.ElementPosition
    Default:
    101

    The chart element is positioned to the left of the plot area, centered vertically. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • leftBottom

    Type:
    ig.excel.ElementPosition
    Default:
    109

    The chart element is positioned to the left of the plot area, vertically aligned with the bottom edge. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • leftTop

    Type:
    ig.excel.ElementPosition
    Default:
    108

    The chart element is positioned to the left of the plot area, vertically aligned with the top edge. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • right

    Type:
    ig.excel.ElementPosition
    Default:
    102

    The chart element is positioned to the right of the plot area, centered vertically. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • rightBottom

    Type:
    ig.excel.ElementPosition
    Default:
    111

    The chart element is positioned to the right of the plot area, vertically aligned with the bottom edge. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • rightTop

    Type:
    ig.excel.ElementPosition
    Default:
    110

    The chart element is positioned to the right of the plot area, vertically aligned with the top edge. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • top

    Type:
    ig.excel.ElementPosition
    Default:
    100

    The chart element is positioned above the plot area, centered horizontally. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • topLeft

    Type:
    ig.excel.ElementPosition
    Default:
    104

    The chart element is positioned above the plot area, horizontally aligned with the left edge. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

  • topRight

    Type:
    ig.excel.ElementPosition
    Default:
    105

    The chart element is positioned above the plot area, horizontally aligned with the right edge. Applicable only for BoxAndWhisker, Histogram, Pareto, Sunburst, Treemap, and Waterfall chart types.

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

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