Represents the area in which the chart series is plotted.
Constructors
Section titled "Constructors"PlotArea
new PlotArea(a: IChartObject): PlotArea Returns PlotArea
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
height
Section titled "height"Returns or sets the height of the area, expressed as a fraction of the height of the containing chart element.
get height(): number
Returns number
set height(a: number): void Parameters
- a:
number
Returns void
Returns or sets a value which represents the left edge of the area, expressed as a fraction of the width of the containing chart element.
get left(): number
Returns number
set left(a: number): void Parameters
- a:
number
Returns void
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
position
Section titled "position"Returns or sets the position of the plot area on the chart.
get position(): ElementPosition
Returns ElementPosition
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
Returns or sets a value which represents the top edge of the area, expressed as a fraction of the height of the containing chart element.
get top(): number
Returns number
set top(a: number): void Parameters
- a:
number
Returns void
width
Section titled "width"Returns or sets the width of the area, expressed as a fraction of the width of the containing chart element.
get width(): number
Returns number
set width(a: number): void Parameters
- a:
number
Returns void
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