Version

SeriesChartDataClicked Method (IChartReplay)

Syntax
'Declaration
 
Sub SeriesChartDataClicked( _
   ByVal LayerID As System.String, _
   ByVal SeriesKey As System.String, _
   ByVal DataPoint As System.Integer _
) 
void SeriesChartDataClicked( 
   System.string LayerID,
   System.string SeriesKey,
   System.int DataPoint
)

Parameters

LayerID
SeriesKey
DataPoint
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