ALM Open Test Architecture API Type Library Version 12.55
BuildMultiProjectSummaryGraph Method
Description
Creates multi project summary graph either of the number of defects or the time to fix (estimated or actual).
Syntax
Visual Basic
Public Function BuildMultiProjectSummaryGraph( _
   Optional ByVal XAxisField As String = "", _
   Optional ByVal GroupByField As String = "", _
   Optional ByVal SumOfField As String = "", _
   Optional ByVal SelectedProjects As String = "", _
   Optional ByVal MaxCols As Long = 0, _
   Optional ByVal Filter As Variant, _
   Optional ByVal ForceRefresh As Boolean = False, _
   Optional ByVal ShowFullPath As Boolean = False _
) As Object
Parameters
XAxisField
GroupByField
SumOfField
SelectedProjects
MaxCols
Filter
ForceRefresh
ShowFullPath
See Also

IBugFactory2 Interface  | IBugFactory2 Members