Error with .Axes.Bottom.Maximum > 1000
Posted: Thu Feb 10, 2005 7:12 pm
I am creating a chart standard line series.
I am adding data with,
TChartz.Series(0).Add(CDbl(Cumulative), CDbl(Y1Out))
When I set,
TChartz.Axes.Bottom.Automatic = True
I get an error “Input string was not in the correct format”
But only if the x series goes over 1000
When I set TChartz.Axes.Bottom.Automatic = False
TChartz.Axes.Bottom.Maximum = 999
I get a chart but if I set TChartz.Axes.Bottom.Maximum to any number greater than 1000 I again get the error “Input string was not in the correct format”.
Is there some value I am not setting properly to set the x axis?
I am adding data with,
TChartz.Series(0).Add(CDbl(Cumulative), CDbl(Y1Out))
When I set,
TChartz.Axes.Bottom.Automatic = True
I get an error “Input string was not in the correct format”
But only if the x series goes over 1000
When I set TChartz.Axes.Bottom.Automatic = False
TChartz.Axes.Bottom.Maximum = 999
I get a chart but if I set TChartz.Axes.Bottom.Maximum to any number greater than 1000 I again get the error “Input string was not in the correct format”.
Is there some value I am not setting properly to set the x axis?