Initializes a TwxDataSample with a time stamp and a value.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public TwxDataSample(
	DateTime timeStamp,
	double value
)
Visual Basic
Public Sub New ( _
	timeStamp As DateTime, _
	value As Double _
)
JScript
public function TwxDataSample(
	timeStamp : DateTime, 
	value : double
)

Parameters

timeStamp
Type: System..::..DateTime
A DateTime which will be used as the X value for the sample.
value
Type: System..::..Double
A Double which will be used as the Y value for the sample.

See Also