Class
RunResultPlotInfo

Definition

Namespace:ArtOfTest.WebAii.Design.UI.Reporting.ViewModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class RunResultPlotInfo

Inheritance: objectRunResultPlotInfo

Constructors

RunResultPlotInfo(DateTime, string, ResultType, double)

Declaration

cs-api-definition
public RunResultPlotInfo(DateTime startTime, string testListName, ResultType resultType, double value)

Parameters

startTime

DateTime

testListName

string

resultType

ResultType

value

double

Properties

DateString

Declaration

cs-api-definition
public string DateString { get; set; }

Property Value

string

Fill

Declaration

cs-api-definition
public Brush Fill { get; }

Property Value

Brush

RunResultLabel

Declaration

cs-api-definition
public string RunResultLabel { get; set; }

Property Value

string

Value

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double