NtTimeChartControl.allowMultiSelect Member

Data objects contained in the NtTimeChartControl can be selected either by user interaction (holding Ctrl and clicking with the mouse) or programmatically. This property allowMultiSelect determines if more than one object can be selected at a time. If this is set to false only one object can be selected at a time, and selecting an object will deselect any previously selected one.

Type:

bool

Remarks:

This member defines the multi selection permission not only for user interaction but also for selections set by the programm: If allowMulitSelect is set to false even a call to SelectDataObjects() will only select the last member of the list and deselect all other objects.

See also:

SelectDataObject()
SelectDataObjects()
UnselectAll()