07-19-2009 10:23 PM
I have specific labels for each x axis item which contain a text string unique to that position.
I can not figure out how to write new valuepairs on to the x axis and get rid of the normal integer indices that are on the graph. I get a mixture of the two instead. Anyone know how to do this?
In the attached VI below, the string "mylabel" is being written as a valuepair but I cant get rid of the other labels.
07-20-2009 09:46 PM
07-21-2009 07:03 AM
Yes, if it is possible. I noticed since I wrote this that by removing the autoscale (Set =F) that the value pair will be written to the index of the axes label that it is set for. 0,1,2, MyLabel, 3, 4 will be displayed. I still can not figure out how to just display My Label with no other items being displayed.
What I have is a 3D Bar chart where I want each of the trends labeled as a text item.
07-23-2009 07:20 PM
Hi id,
To give you more control over the 3D Curve, on the front panel right-click the 3D curve and choose CWGraph3D >> Properties... This will let you test different settings quickly. However, to my knowledge your last post is your best option. You could use extra value pairs as " " to eliminate the other labels.
12-09-2009 01:23 PM
Is there a way to read back the current major tick values displayed in the control after an autoscale?
I am attempting to replace the labels with new labels using ValuePairs and I need to know what values are currently displayed.
The property "axCWGraph3D1.Axes.Item(2).Ticks.MajorDivisions" just gives me the setting, not the current value after an autoscale.
12-10-2009 01:20 PM
Photon209,
You will probably want to use: Axis»Range»(Maximum, Minimum) so since it looks like you are using text based it might be: "axCWGraph3D1.Axes.Item(2).Range.Maximum"