Gets or sets whether intermediate samples will be generated for real-time data when no updates are received for longer than current sampling interval. True by default.

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

Syntax

C#
public bool UseRealTimeInterpolation { get; set; }
Visual Basic
Public Property UseRealTimeInterpolation As Boolean
	Get
	Set
JScript
function get UseRealTimeInterpolation () : boolean
function set UseRealTimeInterpolation (value : boolean)

See Also