IReqFactory5 Interface : BuildProgressGraphEx Method |
Determines whether to use history information to create the graph. Possible values are:
TRUE - Use history information.
FALSE - Do not use history information.
Determines whether or not to refresh graph data on the server side. Possible values are:
TRUE - The graph is refreshed.
FALSE - The graph is not refreshed
Group instances by name or show individually based on location (path), in the created graph.
A value of True shows the full path of each instance, thus treating them as unique.
Visual Basic |
---|
Public Function BuildProgressGraphEx( _ Optional ByVal GroupByField As String = "", _ Optional ByVal SumOfField As String = "", _ Optional ByVal ByHistory As Boolean = True, _ Optional ByVal MajorSkip As Long = 0, _ Optional ByVal MinorSkip As Long = 1, _ Optional ByVal MaxCols As Long = 0, _ Optional ByVal Filter As Variant, _ Optional ByVal FRDate As Variant, _ Optional ByVal ForceRefresh As Boolean = False, _ Optional ByVal ShowFullPath As Boolean = False, _ Optional ByVal ShowNullParents As Boolean = False _ ) As Object |
Determines whether to use history information to create the graph. Possible values are:
TRUE - Use history information.
FALSE - Do not use history information.
Determines whether or not to refresh graph data on the server side. Possible values are:
TRUE - The graph is refreshed.
FALSE - The graph is not refreshed
Group instances by name or show individually based on location (path), in the created graph.
A value of True shows the full path of each instance, thus treating them as unique.