ComponentOne Chart for WPF and Silverlight
DataObject Property (DataPoint)


C1.WPF.C1Chart Namespace > DataPoint Class : DataObject Property
Gets the object which is associated with the data point.
Syntax
'Declaration
 
Public ReadOnly Property DataObject As System.Object
'Usage
 
Dim instance As DataPoint
Dim value As System.Object
 
value = instance.DataObject
public System.object DataObject {get;}
See Also

Reference

DataPoint Class
DataPoint Members