LoadTestReportItemLoadGraph Property  | 
 
            Gets or sets the theoretical load graph according to test parameters.
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.Report
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public List<MeasurePoint> LoadGraph { get; set; }<DataMemberAttribute>
Public Property LoadGraph As List(Of MeasurePoint)
	Get
	Set
public:
[DataMemberAttribute]
property List<MeasurePoint^>^ LoadGraph {
	List<MeasurePoint^>^ get ();
	void set (List<MeasurePoint^>^ value);
}[<DataMemberAttribute>]
member LoadGraph : List<MeasurePoint> with get, set
Property Value
Type: 
ListMeasurePoint
            The load graph.
            
See Also