From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

legend in CNiGraph

I am using the CNiGraph control in Measurement Studio enterprise edition v7.0.0.341 for Visual studio.NET 2003.  I have multiple plots and the number of plots is variable depending on user input.  A dynamic legend for this plot is highly desirable in order to make the data clear to the user.  I would like to know if there is a way (preferrably not using a static picture object because my legend needs to be dynamic) to add a legend to the graph.
 
I read a post referring to measurement studio v6.0 that stated that this feature was not currently supported.  I am hoping that this has been added in v7.0.0.341 since graphs with multiple plots seem to demand support for legends.
 
Thank you.
0 Kudos
Message 1 of 2
(5,971 Views)

Seamus,

 

The simple answer to your question is no. The improvements made to CniGraph (CWGraph) do not include the legendary behavior you are after. I assume you have seen this KnowledgeBase document that walks through how to use a second graph as a legend for the first. The steps described in this document could be modified so that the elements of the “legend” are configured programmatically.

 

Now, if you are willing to start making the move to C#, the WaveformGraph can be tied to a Legend control. Yes, a Legend control. There is a description of this control on page 2-8 of the Measurement Studio User Manual.

 

Regards,

 

Eric

0 Kudos
Message 2 of 2
(5,956 Views)