[Quantproject-developers] QuantDownloader/Downloader/QuotesEditor QuotesChart.cs,1.1,1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-03-21 16:41:02
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31086/Downloader/QuotesEditor Modified Files: QuotesChart.cs Log Message: The chart width depends on the parent width now Index: QuotesChart.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/QuotesChart.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** QuotesChart.cs 25 Jan 2004 14:59:52 -0000 1.1 --- QuotesChart.cs 21 Mar 2004 16:30:53 -0000 1.2 *************** *** 56,59 **** --- 56,60 ---- this.Clear(); this.Add( DataProvider.GetCloseHistory( this.ticker ) ); + this.Width = this.Parent.Width - 15; base.OnPaint( e ); } |