Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I programatically change the x axis scaling of a measurement studio 6.0 graph in vb.net

Hello,

 

In VB6 I used to be able to set the x axis of a graph with:

 

frmmain.CWGraph1.Axes(1).SetMinMax 0, Value

 

But now (still using Measurement Studio 6) in vb.net this does not work. The enumerated possibilites after

 

frmmain.CWGraph1.Axes(1). are

 

Equals

GetHashCode

GetType

ReferenceEquals

ToString

 

Any hints?

thanks

 

0 Kudos
Message 1 of 2
(3,440 Views)

Hey...am answering my own question but here it is:

 

frmmain.CWGraph1.Axes.Item(1).Maximum = value

 

 

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