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

Inheritance

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

Returns the value with which this instance was created.

public AxisGroup AxisGroup { get; }

Returns the value with which this instance was created.

public ChartType ChartType { get; }

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; }

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; }

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

public int? GapWidth { get; set; }

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

public int? SeriesOverlap { get; set; }