|
QTradingView 1.0.0
A high-performance charting library built with C++ and Qt.
|
Represents a single time-value data point for line/bar series. More...
#include <Data.h>
Public Attributes | |
| qint64 | timeMsecs |
| Timestamp in milliseconds since epoch. | |
| double | value |
| Value at the given timestamp. | |
Represents a single time-value data point for line/bar series.