[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChartArea.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;
IChartArea chartArea = chart.ChartArea;
IChart parentChart = chartArea.Parent;