bobfrat Posted October 23, 2008 Report Share Posted October 23, 2008 I have a plotting application that I would like to distribute. I have a bunch of bells and whistles but one option I would like to give the user is to turn the X and Y axis grid on or off. Is there a way to do this? I have noticed a grid color property on the XY Graph but that doesn't seem to work while the VI is running. Any advice? I am using LabVIEW 6.1 (I know it's archaic). Thanks, Bob Quote Link to comment
LAVA 1.0 Content Posted October 23, 2008 Report Share Posted October 23, 2008 QUOTE (bobfrat @ Oct 22 2008, 11:00 AM) I have a plotting application that I would like to distribute. I have a bunch of bells and whistles but one option I would like to give the user is to turn the X and Y axis grid on or off. Is there a way to do this? I have noticed a grid color property on the XY Graph but that doesn't seem to work while the VI is running. Any advice? I am using LabVIEW 6.1 (I know it's archaic).Thanks, Bob Use the property XScale.GridColors and YScale.GridColor. With those properties you can change the minor and major grids. Use 16777216 for transparency. Their is an example in LV6.1 http://lavag.org/old_files/post-6703-1224689712.vi'>Download File:post-6703-1224689712.vi Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.