ColumnLabel Property (DataGrid Object)

       

Returns or sets the label on a data column in the grid associated with a chart.

Syntax

object.ColumnLabel( column, labelIndex ) [= text ]

The ColumnLabel property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
column Integer. Identifies a specific data column. Columns are numbered from left to right beginning with 1. Any columns containing labels are not counted as data columns.
labelIndex Integer. Identifies a specific label. If more than one level of column labels exist for the column, you must identify one of them. Column labels are numbered from bottom to top beginning at 1.
text String. The column label text.