NtTimeChartControl.SelectDataObjects Method

Each data object in the NtTimeChartControl can be marked as 'selected'. Call this method to select the objects you reference by their object ids.

Overload List:

Modifier / Return Value Name and Parameters Description

public void

SelectDataObjects ( List<ulong> objIdList )

Selects the objects referenced by the object ids in the List<ulong> objIdList

Return value:

void

Parameters:

List<ulong> objIdList
The object ids of the objects to select.

Remarks:

It is no error to have object ids in the list that can not be found in the Time chart.
If allowMultiSelect is set to false only the last object referred to by the list will be selected after this call.

See also:

UnselectAll()
SelectDataObject()
allowMultiSelect