Version

GetItemHeader Method (XamPieChartProxy)

Returns the header of the input slice item. It returns the FullName of the slice (if any), else returns the label of the slice.
Syntax
'Declaration
 
Protected Function GetItemHeader( _
   ByVal item As System.Object _
) As System.String
protected System.string GetItemHeader( 
   System.object item
)
protected: System.string* GetItemHeader( 
   System.Object* item
) 

Parameters

item
The input slice item

Return Value

Returns the header of the input slice item
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