Class PerformanceCounterChartPointViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerformanceCounterChartPointViewModel : ChartPointViewModel
Constructors
PerformanceCounterChartPointViewModel(PerformanceCounterChartChannelViewModel)
Declaration
public PerformanceCounterChartPointViewModel(PerformanceCounterChartChannelViewModel channel)
Parameters
PerformanceCounterChartChannelViewModel
channel
|
Properties
Channel
Declaration
public PerformanceCounterChartChannelViewModel Channel { get; }
Property Value
PerformanceCounterChartChannelViewModel
|
OriginalTimestamp
Declaration
public DateTime OriginalTimestamp { get; set; }
Property Value
System.DateTime
|
OriginalYValue
Declaration
public double OriginalYValue { get; set; }
Property Value
System.Double
|