[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IPlotArea

IPlotArea Interface

Represents the plot area of a chart. This is the area where your chart data is plotted.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface IPlotArea
Public Interface IPlotArea
Examples
IChart chart = worksheet.Shapes.AddChart(ChartType.ColumnClustered, 20, 20, 300, 200).Chart;
IPlotArea plotArea = chart.PlotArea;
IChartFormat format = plotArea.Format;

Properties

Name Description
Format

Gets the IChartFormat object for the plot area.

Parent

Gets the parent object for the specified object.