Class PerformanceCounterChartChannelViewModel
Inheritance
System.Object
PerformanceCounterChartChannelViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerformanceCounterChartChannelViewModel : ViewModelBase<PerformanceCounterChartChannelViewModel>
Constructors
PerformanceCounterChartChannelViewModel(PerformanceCounterChartServerViewModel)
Declaration
public PerformanceCounterChartChannelViewModel(PerformanceCounterChartServerViewModel serverViewModel)
Parameters
Performance
|
Fields
PointsPropertyKey
Declaration
public static readonly DependencyPropertyKey PointsPropertyKey
Field Value
System.
|
Properties
Brush
Declaration
public Brush Brush { get; set; }
Property Value
System.
|
IsVisible
Declaration
public HierarchicalNullableBooleanViewModel IsVisible { get; }
Property Value
Telerik.
|
MaxOriginalYValue
Declaration
public double MaxOriginalYValue { get; set; }
Property Value
System.
|
MinOriginalYValue
Declaration
public double MinOriginalYValue { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|
Points
Declaration
public FreezableCollection<PerformanceCounterChartPointViewModel> Points { get; protected set; }
Property Value
System.
|
ScalingFactor
Declaration
public decimal ScalingFactor { get; set; }
Property Value
System.
|
ServerViewModel
Declaration
public PerformanceCounterChartServerViewModel ServerViewModel { get; protected set; }