ALM Open Test Architecture API Type Library Version 12.55
BuildSummaryGraph Method
Description
Creates graph showing the number of requirements reported according to the defect tracking information specified.
Syntax
Visual Basic
Public Function BuildSummaryGraph( _
   ByVal TestSetID As Long, _
   Optional ByVal XAxisField As String = "", _
   Optional ByVal GroupByField As String = "", _
   Optional ByVal SumOfField 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
TestSetID
XAxisField
GroupByField
SumOfField
MaxCols
Filter
ForceRefresh
ShowFullPath
See Also

ITestSetFactory2 Interface  | ITestSetFactory2 Members