Back to Devexpress

PlotArea Interface

officefileapi-devexpress-dot-spreadsheet-dot-charts-272a926b.md

latest1.3 KB
Original Source

PlotArea Interface

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

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface PlotArea :
    ShapeFormat,
    ShapeFormatBase
vb
Public Interface PlotArea
    Inherits ShapeFormat,
             ShapeFormatBase

The following members return PlotArea objects:

Remarks

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

See Also

PlotArea Members

Spreadsheet Charts

DevExpress.Spreadsheet.Charts Namespace