NDEVR
API Documentation
NDEVRChartModel::CursorAppearance

Defines the visual appearance of a chart cursor overlay. More...

Collaboration diagram for NDEVRChartModel::CursorAppearance:
[legend]

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.

Detailed Description

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.


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