ig.excel.ComboChartGroup
Dependencies
-
axisGroup
- .axisGroup( );
- Return Type:
- ig.excel.AxisGroup
- Return Type Description:
- Returns a AxisGroup.
Returns the ComboChartGroup.axisGroup value with which this instance was created.
See Also
-
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.
See Also
-
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.
See Also
-
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.
See Also
-
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)
See Also
-
worksheet
Inherited- .worksheet( );
- Return Type:
- ig.excel.Worksheet
- Return Type Description:
- Returns a Worksheet.
Gets the owning worksheet (read-only)
See Also