UserInteractiveObjectInt Class |
LightningChart .NET Help
UserInteractiveObjectInt contains interactive item. Internal use only.
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 UserInteractiveObjectInt : ChartNode
<SerializableAttribute>
<TypeConverterAttribute(GetType(GeneralTypeConverter))>
Public Class UserInteractiveObjectInt
Inherits ChartNode
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public ref class UserInteractiveObjectInt : public ChartNode
The UserInteractiveObjectInt type exposes the following members.
Methods|
| 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.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields|
| Name | Description |
|---|
 | Tag |
Tag. Freely assignable object.
|
Top
See Also