Version

SeriesChartDataClicked Method (WinChartReplayServer)

This method will replay a click over a data point in composite chart or non-composite chart that is bound to series.
Syntax
'Declaration
 
Public Sub SeriesChartDataClicked( _
   ByVal LayerID As System.String, _
   ByVal SeriesKey As System.String, _
   ByVal DataPoint As System.Integer _
) 
public void SeriesChartDataClicked( 
   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