Description of the general approach of creating real-time charts in ChartDirector for MFC applications.
This sample program demonstrates a MFC based real-time chart with configurable chart update rate.
This example extends
Simple Real-Time Chart (MFC) by including a track cursor that updates the legend to display the data values as the mouse cursor moves over the chart. When the mouse is not over the chart, the track cursor will display the latest data values in the legend.
This example demonstrates a zoomable and scrollable real-time chart with a capacity of 3 x 10M data points, updating at 3 x 1000 points per second.
This example demonstrates a zoomable and scrollable real-time multi-chart with track cursor.
Description of the general approach of creating real-time charts in ChartDirector for QT applications.
This sample program demonstrates a QT based real-time chart with configurable chart update rate.
This example extends
Simple Real-Time Chart (Qt) by including a track cursor that updates the legend to display the data values as the mouse cursor moves over the chart. When the mouse is not over the chart, the track cursor will display the latest data values in the legend.
This example demonstrates a zoomable and scrollable real-time chart with a capacity of 3 x 10M data points, updating at 3 x 1000 points per second.
This example demonstrates a zoomable and scrollable real-time multi-chart with track cursor.
© 2023 Advanced Software Engineering Limited. All rights reserved.