ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataPoint Class / DataObject Property


In This Topic
    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