Represents the area in which the chart series is plotted.

Inheritance

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; }

Inherited from: ChartAreaBase

Detrmines if the chart area is displayed with rounded corners

public bool RoundedCorners { get; set; }

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; }

Returns or sets the height of the area, expressed as a fraction of the height of the containing chart element.

public double Height { get; set; }

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.

public double Left { get; set; }

Returns or sets the position of the plot area on the chart.

public ElementPosition Position { get; set; }

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.

public double Top { get; set; }

Returns or sets the width of the area, expressed as a fraction of the width of the containing chart element.

public double Width { get; set; }