ChChartDraw Object

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

ChChartDraw
Aa198385.space(en-us,office.10).gifAa198385.parchild(en-us,office.10).gif

 Can be used to draw items on a chart, such as a line, rectangle, or ellipse.

Using the ChChartDraw object

The DrawEllipse, DrawLine, DrawPolyLine, DrawPolygon, DrawLine methods can be used to add drawing objects to a chart. The DrawText method can be used to add text to a chart. The Border, Font, Interior, and Line properties can be used to format each drawing object before it is added to the chart.

You must utilize one or more of the following events to add a drawing object to a chart: BeforeRender, AfterRender, or AfterFinalRender.