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