ig.excel.ComboChartGroup

Exposes chart-level properties for Series which appear within a combo chart.

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

    .axisGroup( );
    Return Type:
    ig.excel.AxisGroup
    Return Type Description:
    Returns a AxisGroup.

    Returns the ComboChartGroup.axisGroup value with which this instance was created.

  • chart
    Inherited

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

    Returns the owning chart (read-only)

  • chartType

    .chartType( );
    Return Type:
    ig.excel.ChartType
    Return Type Description:
    Returns a ChartType.

    Returns the ComboChartGroup.chartType value with which this instance was created.

  • doughnutHoleSize

    .doughnutHoleSize( );

    Returns the size of the hole in a doughnut chart, expressed as a percentage of the size of the encompassing circle.

    Remarks

    This property is only applicable to doughnut charts.

    The valid range for this property is 0 through 90, inclusive.

  • doughnutHoleSize

    .doughnutHoleSize( value:number );

    Sets the size of the hole in a doughnut chart, expressed as a percentage of the size of the encompassing circle.

    • value
    • Type:number

    Remarks

    This property is only applicable to doughnut charts.

    The valid range for this property is 0 through 90, inclusive.

  • firstSliceAngle

    .firstSliceAngle( );

    Returns the angle, expressed in degrees which determines the origin of the first slice, as relative to the 12 o'clock position of the emcompassing circle.

    Remarks

    This property is only applicable to pie and doughnut charts.

    The valid range for this property is between 0 and 360, inclusive.

  • firstSliceAngle

    .firstSliceAngle( value:number );

    Sets the angle, expressed in degrees which determines the origin of the first slice, as relative to the 12 o'clock position of the emcompassing circle.

    • value
    • Type:number

    Remarks

    This property is only applicable to pie and doughnut charts.

    The valid range for this property is between 0 and 360, inclusive.

  • gapWidth

    .gapWidth( );

    Specifies the width of the gap between bars. Applicable only for bar/column charts.

    Remarks

    This property is only applicable for bar charts.

    The valid range for this property is between 0 and 500, inclusive.

  • gapWidth

    .gapWidth( value:number );

    Specifies the width of the gap between bars. Applicable only for bar/column charts.

    • value
    • Type:number

    Remarks

    This property is only applicable for bar charts.

    The valid range for this property is between 0 and 500, inclusive.

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

  • seriesOverlap

    .seriesOverlap( );

    Determines the amount by which intersecting Series overlap, expressed as a percentage of the bar size.

    Remarks

    This property is only applicable for bar charts.

    The valid range for this property is between -100 and 100, inclusive.

  • seriesOverlap

    .seriesOverlap( value:number );

    Determines the amount by which intersecting Series overlap, expressed as a percentage of the bar size.

    • value
    • Type:number

    Remarks

    This property is only applicable for bar charts.

    The valid range for this property is between -100 and 100, inclusive.

  • sheet
    Inherited

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

    Gets the owning sheet (read-only)

    See Also

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