CimLegendColumns (object)

Represents a collection of legend columns.
Description: CimLegendColumns represents a collection of legend column objects. The legend columns are in the order they are drawn, from left to right.

Example

The following CimView script excerpt shows how to traverse through each legend column:

Dim Column as CimLegendColumn
For Each Column in cimOleObj.Series.Legend.Column
    If Column.Type = apLegendSeriesName Then
        MsgBox "We found a series name column."
    End If
Next
Properties: Count , Item
Methods: Add , Remove , RemoveAll