From: SourceForge.net <no...@so...> - 2006-10-19 22:48:35
|
Bugs item #1483962, was opened at 2006-05-08 13:04 Message generated for change (Settings changed) made by jamcquay You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1483962&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Jamie McQuay (jamcquay) Summary: TradingDateTimeAxis Initial Comment: After creating a new TradingDateTimeAxis you have to set WorldMin and WorldMax again even if you clone an already existing DateTimeAxis where those are already set. Example: ax_old = new DateTimeAxis(startzeit, endzeit) ax = New TradingDateTimeAxis(ax_old) ax.WorldMax = endzeit.Ticks ax.WorldMin = startzeit.Ticks If you don't do it the chart looks very strange. My guess is that the internals 'virtualWorldMax_' and 'virtualWorldMin_' are not set while cloning from a DateTimeAxis. Best regards Klaus blaubogi yahoo com ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1483962&group_id=161868 |