Version

GetRingSliceCount Method (XamDoughnutChartProxy)

Return the visible slice count for a given ring
Syntax
'Declaration
 
Public Function GetRingSliceCount( _
   ByVal iRingIndex As System.Integer _
) As System.Integer
public System.int GetRingSliceCount( 
   System.int iRingIndex
)
public: System.int GetRingSliceCount( 
   System.int iRingIndex
) 

Parameters

iRingIndex
the integer index of the ring
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