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
PerformanceCounterChartServerViewModel
serverViewModel
|
Fields
PointsPropertyKey
Declaration
public static readonly DependencyPropertyKey PointsPropertyKey
Field Value
System.Windows.DependencyPropertyKey
|
Properties
Brush
Declaration
public Brush Brush { get; set; }
Property Value
System.Windows.Media.Brush
|
IsVisible
Declaration
public HierarchicalNullableBooleanViewModel IsVisible { get; }
Property Value
Telerik.TestingFramework.Wpf.HierarchicalNullableBooleanViewModel
|
MaxOriginalYValue
Declaration
public double MaxOriginalYValue { get; set; }
Property Value
System.Double
|
MinOriginalYValue
Declaration
public double MinOriginalYValue { get; set; }
Property Value
System.Double
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Points
Declaration
public FreezableCollection<PerformanceCounterChartPointViewModel> Points { get; protected set; }
Property Value
System.Windows.FreezableCollection<PerformanceCounterChartPointViewModel>
|
ScalingFactor
Declaration
public decimal ScalingFactor { get; set; }
Property Value
System.Decimal
|
ServerViewModel
Declaration
public PerformanceCounterChartServerViewModel ServerViewModel { get; protected set; }
Property Value
PerformanceCounterChartServerViewModel
|