06-27-2011 10:45 AM
Hi all.
Is it possible to display in a XY-Graph a time scale with markers at every beginning of a month? I can't achieve it since I have to specify a constant time increment.
Regards,
Francisco
06-27-2011 11:36 AM
Do you have a data example of what you would like to do? A data set for us to work with is very helpful when trying to give you a solution.
06-27-2011 01:16 PM
Without more details such as data size, format etc., I can only give you an outline of what I would do.
I generate the seconds value for the beginning of the month for 60 points in the x range. 60 is a guess, small number for quick calculation, but enough points so that I find more points than LV will draw labels. Duplicate values are removed by the variant, and the Marker Vals are then set to the beginnings of the months. For good measure I show the format string you need to have LV format the marker labels with abbreviated month names.