Add Method (WCCharts Collection)

         Example         Applies To

Creates a new, empty chart. Returns a WCChart object.

Syntax

expression.Add(Index)

expression   An expression that returns a WCCharts object.

Index   Optional Long. Specifies the position of the new chart. Specifying zero (0) inserts the chart at the beginning of the collection. If you do not specify this argument, the new chart is inserted at the end of the collection.