Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

CwGraph X axis format

I am trying to have the x axis formatted "Jan Feb Mar etc"
All I can format to is 12 consecutive "Jan", using
CWGraph1.Axes.Item(1).FormatString = "mmm"
Any recommendations?

Thanks

Rod
0 Kudos
Message 1 of 2
(3,186 Views)
I think the problem is that it's applying the format string to your data and your data is all in the month of January, hence you see 12 consecutive "Jan"'s. I suggest either scaling your data such that it spans the 12 months, or you can disable the major and minor ticks and use 12 custom value pairs.

- Elton
0 Kudos
Message 2 of 2
(3,186 Views)