Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Can you display only the valuepairs in the CWgraph control (with a log X scale)?

I'm using Visual Basic.NET and Measurement Studio 6.0. I'm using a Graph (2d) control. I'm displaying data in bars on a log X-scale. Automatically the control places 10, 100, 1000 ... as labels on the graph. When you hide the labels also your added valuepairs are invisible. Does somebody knows a workaround? I want to display with a log X-axis only value pairs. I thought that in the ComponentWorks 1.0 version something like showOnlyValuePairs property but in MeasStudio 6.0 I don't find anything like that.

Thanks in advance...

Johannes
0 Kudos
Message 1 of 3
(3,499 Views)
It sounds like you're wanting to display custom value pairs while not displaying the tick labels. If that is right, you should be able to do this by adding your value pairs, then setting the MajorUnitsBase, MajorDivisions, MajorUnitsInterval, MinorDivisions, and MinorUnitsInterval properties on the CWAxis.Ticks (in this case, for the x axis) object to 0.

- Elton
0 Kudos
Message 2 of 3
(3,499 Views)
It should be great if I could doing this but when the X axis is logarithmic, this options are disabled (automatic is selected => grayed).

I also son't understand why this ticklabel options are disabled when the axis is logarithmic.

But thanks anyway!

Johannes
0 Kudos
Message 3 of 3
(3,499 Views)