Base class for chart area elements
Constructors
Section titled "Constructors"ChartAreaBase
new ChartAreaBase(a: IChartObject): ChartAreaBase Returns ChartAreaBase
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"border
Section titled "border"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: ChartObject
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: ChartObject
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"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: ChartObject
workbook
Section titled "workbook"Inherited from: ChartObject
worksheet
Section titled "worksheet"Inherited from: ChartObject
Methods
Section titled "Methods"staticInit
Section titled "staticInit"staticInit(): void