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


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