Gets the newest time-series data received by the DataListener.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[BrowsableAttribute(false)] public IList<IDataPoint> Data { get; }
<BrowsableAttribute(False)> _ Public ReadOnly Property Data As IList(Of IDataPoint)
[BrowsableAttribute(false)] public: property IList<IDataPoint^>^ Data { IList<IDataPoint^>^ get (); }
Remarks
WARNING: Data is thread unsafe. Synchronized access is required.