Represents the area in which the chart is displayed.

ChartArea

new ChartArea(a: IChartObject): ChartArea

Returns ChartArea

Inherited from: ChartAreaBase

Determines the appearance of the border drawn around the chart element area, as well as whether a border appears.

get border(): ChartBorder

Returns ChartBorder

set border(a: ChartBorder): void

Parameters

Returns void

Inherited from: ChartAreaBase

Returns the owning chart (read-only)

get chart(): WorksheetChart

Returns WorksheetChart

Inherited from: ChartAreaBase

Returns or sets a [[ChartFillBase]] derived object which defines the fill properties for the chart element area.

get fill(): ChartFillBase

Returns ChartFillBase

set fill(a: ChartFillBase): void

Parameters

Returns void

Inherited from: ChartAreaBase

returns this object's owner. (read-only) The owner or null if this object is owned directly by the Chart

get owner(): ChartObject

Returns ChartObject

Inherited from: ChartAreaBase

Detrmines if the chart area is displayed with rounded corners

get roundedCorners(): boolean

Returns boolean

set roundedCorners(a: boolean): void

Parameters

  • a: boolean

Returns void

Inherited from: ChartAreaBase

The owning sheet (read-only)

get sheet(): Sheet

Returns Sheet

Inherited from: ChartAreaBase

The owning workbook (read-only)

get workbook(): Workbook

Returns Workbook

Inherited from: ChartAreaBase

The owning worksheet (read-only)

get worksheet(): Worksheet

Returns Worksheet

Inherited from: ChartAreaBase

staticInit(): void

Returns void