BuildMultiProjectAgeGraph Method
Description
Creates a graph that shows the lifetime of defects.
Syntax
Visual Basic
Public Function BuildMultiProjectAgeGraph( _
   Optional ByVal GroupByField As String = "", _
   Optional ByVal SumOfField As String = "", _
   Optional ByVal SelectedProjects As String = "", _
   Optional ByVal MaxAge As Long = 0, _
   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
GroupByField
SumOfField
SelectedProjects
MaxAge
MaxCols
Filter
ForceRefresh
ShowFullPath
See Also