DateTime axis, feature or bug...
Posted: Mon Jul 03, 2006 11:32 am
Hello All,
I have some difficulties with labelling axis which represent Date, namely
1) I worked with bar serier
2)
bar1.Add(DateTime.Parse("01.02.2006"), 5, "bar 1");
bar1.Add(DateTime.Parse("01.03.2006"), 15, "bar 2");
bar1.Add(DateTime.Parse("01.04.2006"), 25, "bar 3");
bar1.Add(DateTime.Parse("01.05.2006"), 35, "bar 4");
tChart1.Axes.Bottom.Labels.Style = AxisLabelStyle.Value;
3) After that I started changing the width of chart and date 01.05.2006 went under the right side.
But could I fasten last date from range to the right side of chart?
Thanks.
I have some difficulties with labelling axis which represent Date, namely
1) I worked with bar serier
2)
bar1.Add(DateTime.Parse("01.02.2006"), 5, "bar 1");
bar1.Add(DateTime.Parse("01.03.2006"), 15, "bar 2");
bar1.Add(DateTime.Parse("01.04.2006"), 25, "bar 3");
bar1.Add(DateTime.Parse("01.05.2006"), 35, "bar 4");
tChart1.Axes.Bottom.Labels.Style = AxisLabelStyle.Value;
3) After that I started changing the width of chart and date 01.05.2006 went under the right side.
But could I fasten last date from range to the right side of chart?
Thanks.