Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

custom ticks marks

I am using the ActiveX control graph and I need to put third octave values on evenly spaced ticks on the X axis.  Is there a way to do this?
 
Each value for a tick mark would follow the formula: val = 10^n/10.
 
VS2005, MS 8.1, C#
 
Thanks,
Scott
0 Kudos
Message 1 of 2
(3,220 Views)
Hi Scott,
 
If you are using C#, the best way is to use the .NET Controls (WaveformGraph, ScatterGraph, etc. in the Measurement Studio section of the toolbox).  Edit the XAxes, and choose LogBase 10 with a Logarithmic ScaleType.  If you don't like the MinorDivisions, you can set their TickVisible property to False.
 
Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 2 of 2
(3,201 Views)