Class Sample
A simple storage class to maintain an individual sampling of data
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public class Sample
Properties
| Improve this Doc View SourcePosition
The position at sample time
Declaration
public double Position { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |
Time
The time of the sample
Declaration
public DateTime Time { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Velocity
The instantaneous velocity at sample time
Declaration
public double Velocity { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |