Represents the area in which the chart is displayed.
Constructors
Section titled "Constructors"ChartArea
new ChartArea(a: IChartObject): ChartArea Returns ChartArea
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"border
Section titled "border"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
chart
Section titled "chart"Inherited from: ChartAreaBase
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
owner
Section titled "owner"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
roundedCorners
Section titled "roundedCorners"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
sheet
Section titled "sheet"Inherited from: ChartAreaBase
workbook
Section titled "workbook"Inherited from: ChartAreaBase
worksheet
Section titled "worksheet"Inherited from: ChartAreaBase
Methods
Section titled "Methods"staticInit
Section titled "staticInit"Inherited from: ChartAreaBase
staticInit(): void