Hello,
I want to display multiple series on RadChart, say 2 lines, where X-axis is DateTime.
The data could be something like (note that date is formatted as dd.MM.yyyy):
Series 1:
Date - value
01.01.2011 - 10.2 €
01.02.2011 - 96.7 €
...
01.01.2012 - 17.9 €
Series 2:
Date - value
01.05.2011 - 12.2 €
01.06.2011 - 91.2 €
...
01.02.2012 - 12.5 €
The series min start is 01.01.2011 (series1) and max end is 01.02.2012 (series2)
Is it possible to have x-axis only show ticks from start to the end of the period (series1 -> series2) with one tick being one month exacly ? In other words, I want the x-axis to show months between the range of data. How would that be achievable ?
This is quite urgent, please advice.
Thanks!
I want to display multiple series on RadChart, say 2 lines, where X-axis is DateTime.
The data could be something like (note that date is formatted as dd.MM.yyyy):
Series 1:
Date - value
01.01.2011 - 10.2 €
01.02.2011 - 96.7 €
...
01.01.2012 - 17.9 €
Series 2:
Date - value
01.05.2011 - 12.2 €
01.06.2011 - 91.2 €
...
01.02.2012 - 12.5 €
The series min start is 01.01.2011 (series1) and max end is 01.02.2012 (series2)
Is it possible to have x-axis only show ticks from start to the end of the period (series1 -> series2) with one tick being one month exacly ? In other words, I want the x-axis to show months between the range of data. How would that be achievable ?
This is quite urgent, please advice.
Thanks!