[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IPlotArea.Parent

Parent Property

Parent

Gets the parent object for the specified object.

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