[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IWall.Parent

Parent Property

Parent

Gets the parent IChart that contains this wall.

The returned chart is the 3-D chart that owns this wall, such as the back wall or side wall.

Declaration
IChart Parent { get; }
ReadOnly Property Parent As IChart
Examples
IChart chart = worksheet.Shapes.AddChart(ChartType.ColumnClustered3D, 20, 20, 360, 220).Chart;
IChart parentChart = chart.BackWall.Parent;