LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to set word Graph X axis coordinates location

I use the Report Generation tools to insert a Graph Plotting displayed on the Word , the following chart (1)
Problems :How to put down X axis coordinates of the following, from Report Generation were no related tools, not aware of any other method, the manual only know that the plan is as follows (2)
  
0 Kudos
Message 1 of 3
(2,921 Views)
Hi, fong_ui:

There is a VI named
"Word_set_scale.vi"
inside
..\National instruments xxx\VI.LIB\ADDONS\_OFFICE\_WORDSUB.LLB

That is called to set the scale of a chart.
If you open it, you will see that only "minimumscale" and "maximumscale" are set.
You can add another property, named "CrossesAt" and set it's value to "minimumscale"

Notice that if you change and save this VI you will be modifying ReportGenerationToolkit, so every VI that call to "Word_set_scale.vi" will follow the modified version.

Hope it helps,
Aitortxo.
0 Kudos
Message 2 of 3
(2,907 Views)

It helps me so much, Thanks!

0 Kudos
Message 3 of 3
(2,507 Views)