Xceed Chart for WinForms v4.4 Documentation
GetValueForIndex Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeries Class : GetValueForIndex Method
the index in request
Gets the value for the specified index
Syntax
'Declaration
 
Public Function GetValueForIndex( _
   ByVal index As Integer _
) As Object
'Usage
 
Dim instance As DataSeries
Dim index As Integer
Dim value As Object
 
value = instance.GetValueForIndex(index)
public object GetValueForIndex( 
   int index
)

Parameters

index
the index in request

Return Value

DBNull
Remarks
This method analizes empty data points in accordance with the settings specified by the attached EmptyDataPoints object.
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

Reference

DataSeries Class
DataSeries Members