[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChartArea

Interface IChartArea

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

Represents the chart area of a chart. The chart area on a 2-D chart contains the axes, the chart title, the axis titles, and the legend. The chart area
on a 3-D chart contains the chart title and the legend; it doesn’t include
the plot area (the area within the chart area where the data is plotted).
For information about formatting the plot area, see the IPlotArea object.

public interface IChartArea

Properties

Font

Returns the IFontFormat object that represents the font of the specified object.

IFontFormat Font { get; }

Property Value

IFontFormat

Format

Returns the IFontFormat object.

IChartFormat Format { get; }

Property Value

IChartFormat

Parent

Returns the parent object for the specified object.

IChart Parent { get; }

Property Value

IChart

RoundedCorners

Gets or sets whether the embedded chart has rounded corners.

bool RoundedCorners { get; set; }

Property Value

bool