DataObject Property (DataPoint)
In This Topic
Gets the object which is associated with the data point.
Syntax
'Declaration
Public ReadOnly Property DataObject As Object
'Usage
Dim instance As DataPoint
Dim value As Object
value = instance.DataObject
public object DataObject {get;}
See Also