NtTimeChartControl.displayObjectClick Event
This event is being raised when the user clicks on an object within the NtTimeChartControl.
| Event Name |
Event Arguments |
Description |
|
displayObjectClick
|
NtDisplayObjectEventArgs
|
Event raised when the user clicks an object.
|
NtDisplayObjectEventArgs
The member displayObject
references the object that has been clicked. It is of type NtDisplayObject which by itself contains a member named dataObject
which references to the data object. This gives you the best flexibility to work with the screen object that represents the object and that has been clicked or with the data object itself.
None.
displayObjectDblClick
displayObjectRightClick