GetColumnInfo Method Example

The following example retrieves the item name and number of characters displayed in column 3 for the Chart Chart1.

Dim sItemName As String

Dim iNumChar As Integer

Chart1.GetColumnInfo 3, sItemName, iNumChar