[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IPlotArea.Format

Format Property

Format

Gets the IChartFormat object for the plot area.

Declaration
IChartFormat Format { get; }
ReadOnly Property Format As IChartFormat
Examples
IChart chart = worksheet.Shapes.AddChart(ChartType.ColumnClustered, 20, 20, 300, 200).Chart;
IPlotArea plotArea = chart.PlotArea;
IChartFormat format = plotArea.Format;