Click or drag to resize

UserInteractiveObject Class

LightningChart .NET Help
User interaction base class, handles basic user interactions on some chart object.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class UserInteractiveObject : UserInteractiveObjectInt

The UserInteractiveObject type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowUserInteraction
Gets or sets whether allow user interaction.
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPositionOver
Defines if position is over an item.
Public methodSetProperCursor
Set proper drag cursor. Default is hand.
Public methodToString
Item to string.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventMouseClick
Mouse button has been clicked.
Public eventMouseDoubleClick
Mouse button has been doubleclicked.
Public eventMouseDown
Mouse button has been pressed down.
Public eventMouseOverOff
Mouse has been moved outside of object.
Public eventMouseOverOn
Mouse has been moved over object.
Public eventMouseUp
Mouse button has been released.
Top
Fields
  NameDescription
Public fieldTag
Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt.)
Top
See Also