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


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

    Parameters

    name
    format
    See Also