Version

DoughnutChart_SliceClick Method

Event handler for the click on a slice of the DoughnutChart control
Syntax
'Declaration
 
Protected Sub DoughnutChart_SliceClick( _
   ByVal sender As System.Object, _
   ByVal e As SliceClickEventArgs _
) 
protected void DoughnutChart_SliceClick( 
   System.object sender,
   SliceClickEventArgs e
)
protected: void DoughnutChart_SliceClick( 
   System.Object* sender,
   SliceClickEventArgs* e
) 

Parameters

sender
Proxy source control which is a XamDoughnutChart control
e
Event Args for SliceClick event
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