Returns or sets a data label that can be used to identify the current data point in a chart.
Syntax
object.RowLabel [ = text]
The RowLabel property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
text | String. The text for a row label. The label you specify sets the label for the data points identified by the Row property. This label appears along the category axis for most chart types and is used as the label for each individual pie in a pie chart. Label text may not be displayed if it is too long to fit on a chart. |