InsertColumnLabels Method

       

Inserts levels of labels for the data columns in a data grid associated with a chart.

Syntax

object.InsertColumnLabels (labelIndex, count)

The InsertColumnLabels method syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
labelIndex Integer. Identifies the number of the first level of labels you want to insert. Column label levels are numbered bottom to top, beginning with 1.
count Integer. Specifies the number of label levels you want to insert. The number of columns being inserted is calculated from the column identified in labelIndex up.