Version

GetTASliceDataFromArg Method

Syntax
'Declaration
 
Protected Function GetTASliceDataFromArg( _
   ByVal oDoughnutChartItemArg As System.Object, _
   ByVal bValidate As System.Boolean _
) As XamDoughnutChartProxy.TADoughnutSliceData
protected XamDoughnutChartProxy.TADoughnutSliceData GetTASliceDataFromArg( 
   System.object oDoughnutChartItemArg,
   System.bool bValidate
)
protected: XamDoughnutChartProxy.TADoughnutSliceData* GetTASliceDataFromArg( 
   System.Object* oDoughnutChartItemArg,
   System.bool bValidate
) 

Parameters

oDoughnutChartItemArg
bValidate
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