Represents the area in which the chart is displayed.
Inheritance
object
Properties
Section titled "Properties"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.
public ChartBorder Border { get; set; } Inherited from: ChartAreaBase
Returns or sets a derived object which defines the fill properties for the chart element area.
public ChartFillBase Fill { get; set; } RoundedCorners
Section titled "RoundedCorners"Inherited from: ChartAreaBase
Detrmines if the chart area is displayed with rounded corners
public bool RoundedCorners { get; set; } Chart
Section titled "Chart"Inherited from: ChartObject
Returns the owning chart (read-only)
public WorksheetChart Chart { get; } Owner
Section titled "Owner"Inherited from: ChartObject
returns this object's owner. (read-only)
public ChartObject Owner { get; } Sheet
Section titled "Sheet"Inherited from: ChartObject
The owning sheet (read-only)
public Sheet Sheet { get; } Workbook
Section titled "Workbook"Inherited from: ChartObject
The owning workbook (read-only)
public Workbook Workbook { get; } Worksheet
Section titled "Worksheet"Inherited from: ChartObject
The owning worksheet (read-only)
public Worksheet Worksheet { get; }