Inserts levels of labels from the data rows in a data grid associated with a chart.
Syntax
object.InsertRowLabels (labelIndex, count)
The InsertRowLabels 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. Row labels are numbered right to left, beginning with 1. |
count | Integer. Specifies the number of label levels you want to insert. Row labels are inserted from the row identified by labelIndex to the left. |