ClassPerformanceCounterChartServerViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class PerformanceCounterChartServerViewModel : ViewModelBase<PerformanceCounterChartServerViewModel>
Inheritance: objectPerformanceCounterChartServerViewModel
Constructors
PerformanceCounterChartServerViewModel(PerformanceBlendedSampleDataViewModel, string)
Declaration
cs-api-definition
public PerformanceCounterChartServerViewModel(PerformanceBlendedSampleDataViewModel blendedViewModel, string strName)
Parameters
blendedViewModel
PerformanceBlendedSampleDataViewModel
strName
Properties
BlendedViewModel
Declaration
cs-api-definition
public PerformanceBlendedSampleDataViewModel BlendedViewModel { get; }
Property Value
Channels
Declaration
cs-api-definition
public ObservableCollection<PerformanceCounterChartChannelViewModel> Channels { get; }
Property Value
ObservableCollection<PerformanceCounterChartChannelViewModel>
IsVisible
Declaration
cs-api-definition
public HierarchicalNullableBooleanViewModel IsVisible { get; }
Property Value
HierarchicalNullableBooleanViewModel