Intersoft ClientUI Documentation
GetInsertionIndex Method



The data point to retrieve the insertion index for.
Returns the index at which to insert data point in the plot area child collection.
Syntax
Protected Overridable Function GetInsertionIndex( _
   ByVal dataPoint As DataPoint _
) As Integer
Dim instance As DataPointSeries
Dim dataPoint As DataPoint
Dim value As Integer
 
value = instance.GetInsertionIndex(dataPoint)
protected virtual int GetInsertionIndex( 
   DataPoint dataPoint
)
protected:
virtual int GetInsertionIndex( 
   DataPoint^ dataPoint
) 

Parameters

dataPoint
The data point to retrieve the insertion index for.

Return Value

The insertion index.
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

DataPointSeries Class
DataPointSeries Members

Send Feedback