01-12-2011 05:25 PM
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
01-12-2011 07:38 PM
Hey...am answering my own question but here it is:
frmmain.CWGraph1.Axes.Item(1).Maximum = value