Hi,
Does TreatDateTimeAsString apply to all charts?
Thanks
Sangeetha
Hi SangeethaThai,
Using the API list from the online documentation that I provided the link to earlier, as a reference, I would recommend only attempting to use this property with the LineChart.
As per this properties description, “Determines whether this line chart should use an ordinal or time-based X-axis”.
Note: I have included the following link to our online documentation where this property is mentioned, for reference.http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/Infragistics2.Win.UltraWinChart.v12.1~Infragistics.UltraChart.Resources.Appearance.LineChartAppearance_members.htmlPlease let me know if you have any further questions regarding this inquiry.
Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support
After further investigation, it does not apply to the following...
LineChart3D, AreaChart3D, SplineChart3D, SplineAreaChart3D
SplineChart:StackSplineChart:
Sorry made a mistake here. I meant...
But it is does not apply to LineChart3D, AreaChart3D, SplineChart3D, SplineAreaChart3D
or any of the following charts either:
case ChartType.StepAreaChart: case ChartType.StepLineChart: case ChartType.SplineChart: case ChartType.StackSplineChart:
But it is does not apply to LineChart3D or any of the following charts either:
case ChartType.AreaChart: case ChartType.StackAreaChart: case ChartType.StepAreaChart: case ChartType.LineChart: case ChartType.StackLineChart: case ChartType.StepLineChart: case ChartType.SplineChart: case ChartType.StackSplineChart: case ChartType.SplineAreaChart: case ChartType.StackSplineAreaChart:
The TreatDateTimeAsString property is only applicable to line charts.
I have included the link to our online documentation for this property below, for reference.
http://help.infragistics.com/NetAdvantage/WinForms/2012.1/CLR2.0/?page=Infragistics2.Win.UltraWinChart.v12.1~Infragistics.UltraChart.Resources.Appearance.LineChartAppearance~TreatDateTimeAsString.html
If you have any further questions, please let me know.