Hello,
I have some questions about the datachart:
- Is-it possible to manage the minorgridlines like XamWebChart(Unit).
- In a scatter Chart, Is-it possible to bind a collection containing a datetime column?
- In a categories chart with datetime X axis, Is- it possible to manage the interval ?
Thank you.
Yup, I found that already, thanks!
please see:
http://community.infragistics.com/blogs/kiril_matev/archive/2010/07/14/using-date-labels-with-scatter-series-in-the-xamdatachart.aspx
And how exactly can you format the double values back to the date time values?
Sorry for the late reply,
-For some of the axis types you can manage major gridline intervals, the minor gridlines are currently auto-calculated based on available space.
-You can use the date time values as double values and then format them back to datetime values in the axis labels.
-Currently the Interval on the CategoryDateTimeXAxis is not user configurable.
-Graham