First and second of my three problems are shown in the chart joined :
Firstable I need to explain that I fill series as follow :
Code: Select all
Series[0].AddXY(Occurs_No, y, FloatToStrF(Value_Of_x), ffNumber, 7, 2));
My first problem is that, Doing so, I'm not able to align the two values correctly on the grid, "face to face".
And my second problem is that, as you can see on the chart, when my data source returns only one record, the BottomAxis value is not shown in the middle of the axis, as my dreams would like.
I think the two problems are linked...
Could some one tell me how to resolve my problems, please ?