After doing log the Left Axis value is overlappping
Posted: Wed Feb 08, 2006 2:33 am
I add one fast line series to the chart.
The data for the fast line series is like this:
x[0] = 0; Y[0] = 1500
x[1] = 5; Y[0] = 2000
x[2] = 6; Y[0] = 2500
x[3] = 23; Y[0] = 3000
x[4] = 24; Y[0] = 3500
x[5] = 25; Y[0] = 4000
x[6] = 26; Y[0] = 4500
x[7] = 27; Y[0] = 5000
x[8] = 28; Y[0] = 5500
then set the Left Axis Logartihmic to true. The left axis value is then
overlapping.
In application, i will draw the chart based from the received data.
And user can set logarithmic function true or false.
How to solve?
Thank you
The data for the fast line series is like this:
x[0] = 0; Y[0] = 1500
x[1] = 5; Y[0] = 2000
x[2] = 6; Y[0] = 2500
x[3] = 23; Y[0] = 3000
x[4] = 24; Y[0] = 3500
x[5] = 25; Y[0] = 4000
x[6] = 26; Y[0] = 4500
x[7] = 27; Y[0] = 5000
x[8] = 28; Y[0] = 5500
then set the Left Axis Logartihmic to true. The left axis value is then
overlapping.
In application, i will draw the chart based from the received data.
And user can set logarithmic function true or false.
How to solve?
Thank you