Version

ParetoDataClicked Method (WinChartReplayServer)

Click on a data item in the chart when the chart type is set to ParetoChart
Syntax
'Declaration
 
Public Sub ParetoDataClicked( _
   ByVal DataRow As System.Integer, _
   ByVal DataColumn As System.Integer, _
   ByVal PrimitiveType As System.String _
) 
public void ParetoDataClicked( 
   System.int DataRow,
   System.int DataColumn,
   System.string PrimitiveType
)

Parameters

DataRow
DataRow is the index of row in the data table that contains the data item.
DataColumn
DataColumn is the index of the column in the data table that contains the data item.
PrimitiveType
This can be set to 'Column' or 'Line' depending on which part of the chart should be clicked
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