Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding the Axis values, but showing the ticks on a waveformplot

Hi all,
I have a waveformplot that is displaying data.  I want to display the X-Axis ticks, but not the values of those ticks.  Is there a switch to accomplish that?
 
EG
my divisions are every 5 units.  I do not want the numbers 5, 10, 15, ... to appear.  Just the division lines and the caption.
 
Thanks for any help
 
~sinisa
0 Kudos
Message 1 of 2
(3,205 Views)

Sinista,

I am not sure if you are using the .NET or ActiveX control, but since you refer to a Waveform, I will assume .NET.

If you right click on your graph, choose "Edit X Axis...", then under "Divisions" you should have the property MajorDivisions.LabelVisible.  If you set that property to False, the numbers on your axis should disappear.

Josh W. | National Instruments | Applications Engineering

Josh W.
Certified TestStand Architect
Formerly blue
0 Kudos
Message 2 of 2
(3,195 Views)