![]() |
NDEVR
API Documentation
|
Defines the visual appearance of a chart cursor overlay. More...
Public Attributes | |
| uint01 | axis = X |
| The axis along which the cursor tracks (e.g., X or Y). | |
| Font | font |
| The font used for cursor label text. | |
| RGBColor | indicator_color = RGBColor(128, 128, 128, 128) |
| The color of the cursor indicator marker. | |
| RGBColor | line_color = RGBColor(128, 128, 128, 128) |
| The color of the cursor tracking line. | |
Defines the visual appearance of a chart cursor overlay.
A cursor is a visual indicator that tracks a specific data point on a series, typically showing a crosshair line and a text label.
Definition at line 25 of file NDEVRChartModel.h.