Gets a collection of TwxDataSample used to generate pen trending data.

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

Syntax

C#
[ObsoleteAttribute]
public TwxDataSampleCollection Samples { get; }
Visual Basic
<ObsoleteAttribute> _
Public ReadOnly Property Samples As TwxDataSampleCollection
	Get
JScript
function get Samples () : TwxDataSampleCollection

Remarks

When the pen is connected to a data source (IsConnected is true) then this collection is automatically updated by server updates.
If disconnected instead, then samples can be manually provided by the user.
This property is intended for runtime usage (i.e. providing custom data) and doesn't get serialized.

See Also