UserInteractiveObject Class |
Namespace: Arction.WinForms.Charting
The UserInteractiveObject type exposes the following members.
| Name | Description | |
|---|---|---|
| UserInteractiveObject |
Constructor.
| |
| UserInteractiveObject(IChartNode) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AllowUserInteraction |
Gets or sets whether allow user interaction.
|
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsPositionOver |
Defines if position is over an item.
| |
| SetProperCursor |
Set proper drag cursor. Default is hand.
| |
| ToString |
Item to string.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| MouseClick |
Mouse button has been clicked.
| |
| MouseDoubleClick |
Mouse button has been doubleclicked.
| |
| MouseDown |
Mouse button has been pressed down.
| |
| MouseOverOff |
Mouse has been moved outside of object.
| |
| MouseOverOn |
Mouse has been moved over object.
| |
| MouseUp |
Mouse button has been released.
|
| Name | Description | |
|---|---|---|
| Tag |
Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt.) |