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


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

    Parameters

    pointIndex
    Index of the point.
    See Also