WebTeechart.NET V2 Horizontal Axe
Posted: Tue Jul 12, 2005 5:24 pm
Hi,
I fix the min and max values of the horizontal axe with this:
WebChart.Chart.Axes.Left.Automatic=false;
WebChart.Chart.Axes.Left.Minimum=new DateTime(2004,10,5,1,0,0);
WebChart.Chart.Axes.Left.Maximum=new DateTime(2004,10,7,23,0,0);
You can see the result here:
http:\\www.oknodata.com\graphe.jpg
The min and max values are OK but the values are not drawn on the axe. Is it possible to force the chart to draw the first and the last value of the horizontal axe?
Thanks
I fix the min and max values of the horizontal axe with this:
WebChart.Chart.Axes.Left.Automatic=false;
WebChart.Chart.Axes.Left.Minimum=new DateTime(2004,10,5,1,0,0);
WebChart.Chart.Axes.Left.Maximum=new DateTime(2004,10,7,23,0,0);
You can see the result here:
http:\\www.oknodata.com\graphe.jpg
The min and max values are OK but the values are not drawn on the axe. Is it possible to force the chart to draw the first and the last value of the horizontal axe?
Thanks