Version

SeriesDataItemOut Method (WinChartReplayServer)

This method will replay a mouse pointer move out of a data point area in composite chart or non-composite chart that is bound to series.
Syntax
'Declaration
 
Public Sub SeriesDataItemOut( _
   ByVal LayerID As System.String, _
   ByVal SeriesKey As System.String, _
   ByVal DataPoint As System.Integer _
) 
public void SeriesDataItemOut( 
   System.string LayerID,
   System.string SeriesKey,
   System.int DataPoint
)

Parameters

LayerID
The layer id for which this data point exist
SeriesKey
The key of the series that include this data point
DataPoint
The index of the data point in the series
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