Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadDataSeries Class / GetDataPoint Method
Index of the point.


In This Topic
    GetDataPoint Method
    In This Topic
    Gets the data point.
    Syntax
    'Declaration
     
    Public Function GetDataPoint( _
       ByVal pointIndex As Integer _
    ) As DataPoint
    'Usage
     
    Dim instance As SpreadDataSeries
    Dim pointIndex As Integer
    Dim value As DataPoint
     
    value = instance.GetDataPoint(pointIndex)
    public DataPoint GetDataPoint( 
       int pointIndex
    )

    Parameters

    pointIndex
    Index of the point.
    See Also