Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PlotArea Interface

The chart’s background in which data series, axes, gridlines and data labels are displayed.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public interface PlotArea :
    ShapeFormat,
    ShapeFormatBase

Remarks

The PlotArea object is available by using the ChartObject.PlotArea property.

See Also