ClassPerformanceCounterChartChannelViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class PerformanceCounterChartChannelViewModel : ViewModelBase<PerformanceCounterChartChannelViewModel>
Inheritance: objectPerformanceCounterChartChannelViewModel
Constructors
PerformanceCounterChartChannelViewModel(PerformanceCounterChartServerViewModel)
Declaration
cs-api-definition
public PerformanceCounterChartChannelViewModel(PerformanceCounterChartServerViewModel serverViewModel)
Parameters
serverViewModel
Fields
PointsPropertyKey
Declaration
cs-api-definition
public static readonly DependencyPropertyKey PointsPropertyKey
Field Value
Properties
IsVisible
Declaration
cs-api-definition
public HierarchicalNullableBooleanViewModel IsVisible { get; }
Property Value
HierarchicalNullableBooleanViewModel
Points
Declaration
cs-api-definition
public FreezableCollection<PerformanceCounterChartPointViewModel> Points { get; protected set; }
Property Value
ServerViewModel
Declaration
cs-api-definition
public PerformanceCounterChartServerViewModel ServerViewModel { get; protected set; }
Property Value