ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataPoint Class / Item Property / Item(String) Property
String name of value.


In This Topic
    Item(String) Property
    In This Topic
    Gets the value of the data point.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Object
    'Usage
     
    
    Dim instance As DataPoint
    Dim name As String
    Dim value As Object
     
    value = instance.Item(name)
    public object Item( 
       string name
    ) {get;}

    Parameters

    name
    String name of value.

    Property Value

    The value
    See Also