Hi,
This is not a real problem, but does exist a method to align a right side of a windows with a grid and curve ?
I tried thess 3 solutions, but notice none difference :
Call c.setPlotArea(dLeft, 0, LargeurDuChamp, 160, Col1, -1, Col2, Col3, Col4)
Call c.setPlotArea(dLeft, 0, LargeurDuChamp + 1, 160, Col1, -1, Col2, Col3, Col4)
Call c.setPlotArea(dLeft, 0, LargeurDuChamp - 1, 160, Col1, -1, Col2, Col3, Col4)
On my next picture you will note that a curve and grid is not aligned on this right side!
Thanks
|