ClassPerformanceCounterChartPointViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class PerformanceCounterChartPointViewModel : ChartPointViewModel
Inheritance: objectChartPointViewModelPerformanceCounterChartPointViewModel
Inherited Members
Constructors
PerformanceCounterChartPointViewModel(PerformanceCounterChartChannelViewModel)
Declaration
cs-api-definition
public PerformanceCounterChartPointViewModel(PerformanceCounterChartChannelViewModel channel)
Parameters
channel
Properties
Channel
Declaration
cs-api-definition
public PerformanceCounterChartChannelViewModel Channel { get; }
Property Value
OriginalTimestamp
Declaration
cs-api-definition
public DateTime OriginalTimestamp { get; set; }
Property Value