CimLegendColumn.Order (property)

Gets and sets the order in which a legend column appears.
Syntax: long = object.Order
object.Order = long
Description: CimLegendColumn.Order contains the order in which a column is displayed relative to the other columns in the legend. The order starts at 0 from the left side of the legend and increments to the right side.

Examples

cimOleObj.Legends.Series.Column(0).Order = 0 makes this column the first column from the left.

cimOleObj.Legends.Series.Column(0).Order = 4 makes this column the fifth column from the left.