Gets and sets the order in which the legend draws. | |
Syntax: | long = object.Order object.Order = long |
Description: | CimLegend.Order defines the order
in which one of the legends draws with respect to the other. There
are two legends, the series
legend and the slider
legend. One draws, or is located, on top of the other. When the value of this property is 0, the legend is on top. When the value of this property is 1, the legend is on the bottom. A change to the value of this property in one legend automatically changes the value of this property in the other legend. The value of this property defaults to 0 for the series legend and 1 for the slider legend. |