NtTimeChartControl.SelectDataObject Method

Each data object in the NtTimeChartControl can be marked as selected. Call this method to select the object you reference by its object id. If this object is not found in the NtTimeChartControl or the object is already selected, nothing happens.

Overload List:

Modifier / Return Value Name and Parameters Description

public void

SelectDataObject ( ulong objId )

Selects the object referenced by the object id objId

Return value:

void

Parameters:

ulong objId
The object id of the object to select.

Remarks:

If the object is not in the NtTimeChartControl, nothing happens. If allowMultiSelect is set to false then any previously selected object is being deselected.

See also:

UnselectAll()
SelectDataObjects()
allowMultiSelect