Skip to main content

PlotArea Interface

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface PlotArea :
    ShapeFormat,
    ShapeFormatBase

The following members return PlotArea objects:

Remarks

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

See Also