Greg MacLellan

Show:

What's happening?

  • Add x,y,z to link parameters

    Simple patch to add a x y and z parameters to the query string generated for link urls. This makes processing easier for certain situations. For example, using dates on the x-axis, you can determine the exact day that was clicked, instead of having to go back through the original source data (eg, perform a 2nd query), to find the date corresponding to the nth data point. sample resulting...

    2008-01-18 00:14:19 UTC in ZedGraph

  • Comment: MajorUnit ignored when using AxisType=Date

    Another update: This is directly caused by DateScale::CalcDateStepSize() setting scale._majorUnit In the case with my example code, on line 563 of DateScale.cs, range == 127.035, which is > Default.RangeDayDay (10.0), so it sets scale._majorUnit = DateUnit.Day. I don't know enough about ZedGraph to know what this is supposed to be doing, or why it does it (when I am explicitly setting a...

    2008-01-15 21:51:35 UTC in ZedGraph

  • Comment: MajorUnit ignored when using AxisType=Date

    Same bug exists in ZedChartControl, sample to reproduce: Sub BuildChart(ByVal graph As ZedGraph.ZedGraphControl) Dim pane As ZedGraph.GraphPane = graph.GraphPane ' create point lists Dim points As New ZedGraph.PointPairList points.Add(New ZedGraph.XDate(New Date(2007, 7, 18, 14, 42, 28)), 70) points.Add(New ZedGraph.XDate(New Date(2007, 7, 27,

    2008-01-15 21:34:32 UTC in ZedGraph

  • Comment: MajorUnit ignored when using AxisType=Date

    I should also add, this is using ZedGraphWeb 5.1.4 in .NET 2.0.

    2008-01-15 20:36:57 UTC in ZedGraph

  • MajorUnit ignored when using AxisType=Date

    I have a chart with XAxis type set to Date, and it seems that Xaxis.Scale.MajorUnit is always treated as ZedGraph.DateUnit.Day, regardless of Xaxis.Scale.MajorUnit. This can be seen by setting: .MajorUnit = ZedGraph.DateUnit.Day .MajorStep = 60 .MinorUnit = ZedGraph.DateUnit.Month .MinorStep = 1 and with sample data ranging over several months. I'll attach a sample of the above settings...

    2008-01-15 20:35:48 UTC in ZedGraph

  • FreePBX

    gregmac committed revision 5071 to the FreePBX SVN repository, changing 1 files.

    2007-09-20 04:05:05 UTC in FreePBX

  • FreePBX

    gregmac committed revision 5068 to the FreePBX SVN repository, changing 3 files.

    2007-09-20 04:01:45 UTC in FreePBX

  • FreePBX

    gregmac committed revision 4993 to the FreePBX SVN repository, changing 176 files.

    2007-09-02 22:07:42 UTC in FreePBX

  • FreePBX

    gregmac committed revision 4889 to the FreePBX SVN repository, changing 2 files.

    2007-08-16 03:16:04 UTC in FreePBX

  • FreePBX

    gregmac committed revision 4888 to the FreePBX SVN repository, changing 2 files.

    2007-08-16 03:11:01 UTC in FreePBX

About Me

  • 2004-12-08 (5 years ago)
  • 1174590
  • gregmac (My Site)
  • Greg MacLellan

Send me a message