03-25-2012 09:19 PM
I have a legend showing four parameters for each channel in a report. I want to align the text in the header field, and the text for each channel (the actual values) within each of the fields (rather than having them all left justified). I cant figure out how to do this? Tell me there is some way...?
Solved! Go to Solution.
03-26-2012 04:55 PM
Hello jrk3z,
I don't believe that you are able to center justify text inside a legend. Your should use a table instead.
Regards,
Jeff L.
03-26-2012 08:07 PM
Thanks for the quick response!
but this creates another problem. Is there any way to make that legend in a table by just inserting the table and typing in @@ to access variable values from the plot on the same page? I cant figure out how to access the variables of the plot (like parameters of the channel plotted: channel name, channel unit, maximum, etc.) from the table definition interface...is there an easy way to do this or does it just make sense to write script for the whole thing?
03-27-2012 10:46 AM
Hello jrk3z,
DIAdem 2011 has a pretty decent example for Legend Tables:
The example can be found here in DIAdem 2011:
I hope that helps,
Otmar
03-27-2012 10:51 AM
Many Thanks Otmar...I had seen this before and forgotten about it actually (it is the first example in the list). CurveSnippet and GraphObjChnNameGet were the ones that I was having problems with...but this has some more good information. Thanks again.
03-27-2012 10:57 AM
I had added the wrong screenshot from the help system, this is the correct one:
Otmar