[]
Gets the IChartFormat object for the plot area.
IChartFormat Format { get; }
ReadOnly Property Format As IChartFormat
IChart chart = worksheet.Shapes.AddChart(ChartType.ColumnClustered, 20, 20, 300, 200).Chart;
IPlotArea plotArea = chart.PlotArea;
IChartFormat format = plotArea.Format;