LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display the number on the graph indicator?

Hi ,

I have a graph indicator display the data as below:

LV.png

 

Now, I also want to display Y scale's value of each point, just like the following picture showed (It's written in another language). How can I achive this in labview?

Sample.png

 

0 Kudos
Message 1 of 5
(2,357 Views)

Have you concidered using the annotation list?

 

You can assign text and location for each annotation.

 

Take care,

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 5
(2,347 Views)

@Ben wrote:

Take care,

 

Ben



Smiley Indifferent

-----

The best solution is the one you find it by yourself
0 Kudos
Message 3 of 5
(2,334 Views)

right-click create property node >>> Annotation list.

 

Change to write.

 

It accepts an array of cluster where each cluster lets you define the text it location blha blah blah.

 

It will take some work to develop the code to build a proper array of clusters but it can be done.

 

hint:

 

There is a mtehod for the graph that will translate XY to coordinates and should help when building that clusters.

 

Is that enough to get started?

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 5
(2,323 Views)

Thanks Ben, I will have a try.

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