Base class for chart area elements

Inheritance

Classes that extend this class.

Derived Classes

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

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

public ChartBorder Border { get; set; }

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

public ChartFillBase Fill { get; set; }

Detrmines if the chart area is displayed with rounded corners

public bool RoundedCorners { get; set; }