Version

ClickSlice Method (IXamDoughnutChartReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Clicks on the slice obtained from its identifier", Documentation="Clicks on the slice obtained from identifier [%a1]")>
Sub ClickSlice( _
   ByVal oSliceId As System.Object _
) 
[TypeInfoMethod(Description="Clicks on the slice obtained from its identifier", Documentation="Clicks on the slice obtained from identifier [%a1]")]
void ClickSlice( 
   System.object oSliceId
)
[TypeInfoMethod(Description="Clicks on the slice obtained from its identifier", Documentation="Clicks on the slice obtained from identifier [%a1]")]
void ClickSlice( 
   System.Object* oSliceId
) 

Parameters

oSliceId
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