Visual Basic: MSChart Control

DeleteRowLabels Method

See Also   Example   Applies To

Deletes levels of labels from the data rows in a data grid associated with a chart.

Syntax

object.DeleteRowLabels (labelIndex, count)

The DeleteRowLabels 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 delete. Row labels are numbered right to left, beginning with 1.
count Integer. Specifies the number of label levels you want to delete. Row labels are deleted from the row identified by labelIndex to the left.