CimGraphControl.Legends (property)

Gets and sets the legends.
Syntax: Set CimLegends = object.Legends
object.Legends = CimLegends
Description: CimGraphControl.Legends gives you access to the legends on the control. There are two legends, the series legend and the slider legend. The series legend can also be accessed through the CimSeriesList.Legend property. The slider legend can also be accessed through the CimSliders.Legend property. The following CimView script excerpt changes the series legend's first header:
cimOleObj.Legends.Series.Column.Item(0).Header = "Series Name"