QTradingView 1.0.0
A high-performance charting library built with C++ and Qt.
Loading...
Searching...
No Matches
QTradingView::TimeLabel Struct Reference

Represents a label for a specific time on the X-axis. More...

#include <AxisRenderer.h>

Public Attributes

qint64 msSecsSinceEpoch
 Milliseconds since epoch for the label position.
 
QString label
 The text to display for the label.
 
int dataIndex
 The index in the data series corresponding to this label.
 

Detailed Description

Represents a label for a specific time on the X-axis.

Contains the timestamp, label string, and associated data index for rendering time labels on the chart axis.


The documentation for this struct was generated from the following file: