ClassResultsViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.Reporting.ViewModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ResultsViewModel : ViewModelBase
Inheritance: objectResultsViewModel
Constructors
ResultsViewModel(TestListRunsViewModel)
Declaration
cs-api-definition
public ResultsViewModel(TestListRunsViewModel testListRunsViewModel)
Parameters
testListRunsViewModel
Properties
RunResultBarSeriesInfos
Declaration
cs-api-definition
public ObservableCollection<RunResultBarSeriesInfo> RunResultBarSeriesInfos { get; set; }
Property Value
RunResultLineSeriesInfos
Declaration
cs-api-definition
public ObservableCollection<RunResultLineSeriesInfo> RunResultLineSeriesInfos { get; set; }
Property Value
SelectedChartType
Declaration
cs-api-definition
public ResultsChartType SelectedChartType { get; }
Property Value
ZoomCommand
Declaration
cs-api-definition
public CommandHandler ZoomCommand { get; }
Property Value
CommandHandler