Where did you find Example 4 ? I only have 3 examples in "Using low level graphics". Can you please give me the URL ...
Regards, Ton. ----- Original Message ----- From: pierre8rou To: [email protected] Sent: Thursday, October 04, 2007 7:06 PM Subject: [amibroker] Try to understand Exemple 4 from "Using low-level graphics functions". Hi, Try to understand Exemple 4 from "Using low-level graphics functions". And more specially this code : for( i = 0; i < TotalBars AND i < ( BarCount - fvb ); i++ ) { x = 5 + i * (pxwidth - axisarea - 10) / ( TotalBars + 1 ); y = 5 + ( C[ i + fvb ] - Miny ) * ( pxheight - 10 )/ ( Maxy - Miny ); GfxRectangle( x - 1, pxheight - y - 1, x + 2, pxheight - y + 2); } Thanks, Pierre
