ig.excel.LegendPosition

Constants which determine the placement of the chart's Legend.

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

    Type:
    ig.excel.LegendPosition
    Default:
    0

    The legend appears at the bottom of the chart.

  • bottomLeft

    Type:
    ig.excel.LegendPosition
    Default:
    8

    The legend appears near the bottom left corner of the chart. Supported only for Histogram, Pareto, Treemap, Sunburst, Box and Whisker, and Waterfall chart types.

  • bottomRight

    Type:
    ig.excel.LegendPosition
    Default:
    9

    The legend appears near the bottom right corner of the chart. Supported only for Histogram, Pareto, Treemap, Sunburst, Box and Whisker, and Waterfall chart types.

  • custom

    Type:
    ig.excel.LegendPosition
    Default:
    5

    The legend's size and location is determined by the Legend.left, Legend.top, Legend.width, and Legend.height properties.

  • default

    Type:
    ig.excel.LegendPosition
    Default:
    6

    The legend position is determined automatically by Excel.

  • left

    Type:
    ig.excel.LegendPosition
    Default:
    1

    The legend appears near the left edge of the chart.

  • right

    Type:
    ig.excel.LegendPosition
    Default:
    2

    The legend appears near the right edge of the chart.

  • top

    Type:
    ig.excel.LegendPosition
    Default:
    3

    The legend appears at the top of the chart.

  • topLeft

    Type:
    ig.excel.LegendPosition
    Default:
    7

    The legend appears near the top left corner of the chart. Supported only for Histogram, Pareto, Treemap, Sunburst, Box and Whisker, and Waterfall chart types.

  • topRight

    Type:
    ig.excel.LegendPosition
    Default:
    4

    The legend appears near the top right corner of the chart.

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

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