Login Page - Create Account

Support Board


Date/Time: Thu, 11 Sep 2025 18:52:45 +0000



Post From: Watching Subgraph Data values during debug with Visual C++

[2013-07-08 22:38:02]
Sierra Chart - Max - Posts: 5872
You cannot do it this way.

Do it like this:

float Value = test[1];

And then watch Value.
Sierra Chart Support