[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IPlotArea

Interface IPlotArea

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

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

public interface IPlotArea

Properties

Format

Returns the IChartFormat object.

IChartFormat Format { get; }

Property Value

IChartFormat

Parent

Returns the parent object for the specified object.

IChart Parent { get; }

Property Value

IChart