[]
Represents the plot area of a chart. This is the area where your chart data is plotted.
public interface IPlotArea
Returns the IChartFormat object.
IChartFormat Format { get; }
Returns the parent object for the specified object.
IChart Parent { get; }