Nevron .NET Vision
Nevron.Chart Namespace / NDataPoint Class / Item Property


In This Topic
    Item Property (NDataPoint)
    In This Topic
    Gets/sets the specific data point value identified by the indexer argument
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal valueType As DataPointValue _
    ) As System.Object
    'Usage
     
    
    Dim instance As NDataPoint
    Dim valueType As DataPointValue
    Dim value As System.Object
     
    instance.Item(valueType) = value
     
    value = instance.Item(valueType)
    public System.object this[ 
       DataPointValue valueType
    ]; {get; set;}

    Parameters

    valueType
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also