ASP.NET ChartWebControl Date Issue

I have chartwebcontrol on a webform with datevalue in x axis ChartWebControl1.ChartArea.PrimaryXAxis.ValueType = ChartValueType.DateTime ''ChartWebControl1.ChartArea.PrimaryXAxis.DesiredIntervals = 10 ChartWebControl1.ChartArea.PrimaryXAxis.DateTimeRange = New ChartDateTimeRange(ChartWebControl1.ChartArea.PrimaryXAxis.DateTimeRange.Start, ChartWebControl1.ChartArea.PrimaryXAxis.DateTimeRange.End, 1, ChartDateTimeIntervalType.Months) ChartWebControl1.ChartArea.PrimaryXAxis.DateTimeFormat = "MMM-yyyy" ChartWebControl1.ChartArea.PrimaryXAxis.DesiredIntervals = 10 Me.ChartWebControl1.ChartArea.PrimaryXAxis.LabelRotate = True I get a error message OleAut date did not convert to a DateTime correctly. --Shankar

1 Reply

AD Administrator Syncfusion Team June 11, 2005 05:17 AM UTC

Hi Shanker, I am able to reproduce the problem. We will work on a fix and release a patch version at the earliest. Thanks, Davis

Loader.
Up arrow icon