Exposes chart-level properties for which appear within a combo chart.
Inheritance
object
Properties
Section titled "Properties"Chart
Section titled "Chart"Inherited from: ChartObject
Returns the owning chart (read-only)
public WorksheetChart Chart { get; } Owner
Section titled "Owner"Inherited from: ChartObject
returns this object's owner. (read-only)
public ChartObject Owner { get; } Sheet
Section titled "Sheet"Inherited from: ChartObject
The owning sheet (read-only)
public Sheet Sheet { get; } Workbook
Section titled "Workbook"Inherited from: ChartObject
The owning workbook (read-only)
public Workbook Workbook { get; } Worksheet
Section titled "Worksheet"Inherited from: ChartObject
The owning worksheet (read-only)
public Worksheet Worksheet { get; } AxisGroup
Section titled "AxisGroup"Returns the value with which this instance was created.
public AxisGroup AxisGroup { get; } ChartType
Section titled "ChartType"Returns the value with which this instance was created.
public ChartType ChartType { get; } DoughnutHoleSize
Section titled "DoughnutHoleSize"Returns or sets the size of the hole in a doughnut chart, expressed as a percentage of the size of the encompassing circle.
public int? DoughnutHoleSize { get; set; } FirstSliceAngle
Section titled "FirstSliceAngle"Returns or 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.
public int? FirstSliceAngle { get; set; } GapWidth
Section titled "GapWidth"Specifies the width of the gap between bars. Applicable only for bar/column charts.
public int? GapWidth { get; set; } SeriesOverlap
Section titled "SeriesOverlap"Determines the amount by which intersecting overlap, expressed as a percentage of the bar size.
public int? SeriesOverlap { get; set; }