From: SourceForge.net <no...@so...> - 2009-11-19 21:50:56
|
Bugs item #2900759, was opened at 2009-11-19 21:50 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2900759&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: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DateTimeAxis LargeTickStep Issue Initial Comment: First, thanks for creating such a wonderful library! It has simplified my life a million times over. Second, I am having an issue with the LargeTickStep property of a DateTimeAxis when used in C#. If I set it to anything (other than new TimeSpan(0)) I lose my axis ticks & axis value labels and my axis label is moved above the axis (it is shown under when LargeTickStep is 0). A couple of lines of code: NPlot.DateTimeAxis xAx1 = new NPlot.DateTimeAxis(lstDates[0], lstDates[lstDates.Count - 1]); xAx1.LargeTickStep = new TimeSpan(10,0,0,0); xAx1.TicksLabelAngle = 90.0f; xAx1.TickTextNextToAxis = false; xAx1.FlipTicksLabel = true; graphfrm.m_psGraph.XAxis1 = xAx1; Thanks for your consideration and thanks again for such a great library. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=2900759&group_id=161868 |