AfterFinalRender Event

Microsoft Office Web Components Object Model

AfterFinalRender Event

       

Occurs after all chart elements have been rendered.

Private Sub ChartSpace_AfterFinalRender(drawObject)

drawObject  A ChChartDraw object. Use the methods and properties of this object to draw objects on the chart.

Remarks

You must set the AllowRenderEvents property to True in order to use this event.