ParametricGraphDefinition class is used to create a response graph.
The class can be called from Study class.
.
More...
ParametricGraphDefinition class is used to create a response graph.
The class can be called from Study class.
.
Example of calling the class object:
app.GetCurrentStudy().CreateParametricGraphDefinition()
The property name and flag described in Properties for the Response Graph Display are used to specify the properties.
| void ParametricGraphDefinition::AddConstraintFilter |
( |
String & |
itemName | ) |
|
Adds a filter from the parameter/constraint condition name.
- Parameters
-
| itemName | Parameter/Constraint conditionname |
| void ParametricGraphDefinition::AddItemFilter |
( |
String & |
itemName, |
|
|
Variant & |
value |
|
) |
| |
Adds a filter to an item.
- Parameters
-
| itemName | Parameter/Constraint name |
| value | Value of parameter |
| Variant ParametricGraphDefinition::GetParameter |
( |
String & |
key | ) |
|
Returns the value of a specified parameter.
- Parameters
-
- Returns
- The parameter value
| bool ParametricGraphDefinition::IsValid |
( |
| ) |
|
| void ParametricGraphDefinition::SetCustomFilter |
( |
String & |
filters | ) |
|
Specifies a list of custom filters. If it is empty, there is no specification.
- Parameters
-
| filters | Comma separated list of custom filters |
| void ParametricGraphDefinition::SetGroupFilter |
( |
String & |
groups | ) |
|
Specifies the list of case groups. An empty list uses all cases.
- Parameters
-
| groups | Comma separated list of case groups |
| void ParametricGraphDefinition::SetParameter |
( |
String & |
key, |
|
|
Variant & |
value |
|
) |
| |
Specifies a parameter value.
- Parameters
-
| key | Parameter name |
| value | Parameter value |