ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Log Scale on Complex Graph

Hello! Is there a possibility to change the scale of a Complex Graph X-Axis to logarithmic scale? I know that for Waveform Graph it's possible, but not for Complex Graph. Is there any hint? Thanks best regards, Matthias
0 Kudos
Message 1 of 2
(3,459 Views)

Hi Matthias,

 

I used a shipping example and inserted the following line. I'm not sure if that works with your code or if you tried that already but still worth a try.

 

xAxis.ScaleType = ScaleType.Logarithmic

 

C:\Users\Public\Documents\National Instruments\MStudioVS2008\DotNET\Examples\UI\WebForms\UI.WebForms.Examples.2008.sln

 

Stefan

0 Kudos
Message 2 of 2
(3,431 Views)